xxxxxxxxxx
//Michael Lowe CC-BY-NC-SA 2020 https://www.openprocessing.org/sketch/789154
const colorSchemes = {
"moon city": {
"colors": ["#e2302d", "#510048", "#000028", "#e25b53", "#044472"],
"backgroundColor": "#e6e6e6"
},
"candy forest": {
"colors": ["#6f776d", "#f75e98", "#f397d6", "#d7a8f3", "#a8a8f3"],
"backgroundColor": "#161616"
},
"rainrail": {
"colors": ["#0D3B66", "#F4D35E", "#EE964B", "#F95738"],
"backgroundColor": "#ececec"
},
"ocean2̶͚͒ͅ": {
"colors": ["#5db7de", "#f1e9db", "#a39b8b", "#716a5c"],
"backgroundColor": "#07020d"
},
"hydrangea forest": {
"colors": ["#303A37", "#678C60", "#A29A5A", "#DB9588", "#F8DDB7"],
"backgroundColor": "#191919"
},
"the night train": {
"colors": ["#1A4A63", "#d62828", "#f77f00", "#fcbf49", "#eae2b7"],
"backgroundColor": "#07020d"
},
"poppa": {
"colors": ["#14777F", "#5EB8A5", "#F6CCA5", "#EBB444", "#FA9075", "#EE5176"],
"backgroundColor": "#211E20"
},
"switch": {
"colors": ["#338A2B", "#E1E775", "#DAC53A", "#B1683F", "#ED513D", "#643242", "#301B34"],
"backgroundColor": "#10130f"
}
}