mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-01-31 23:51:37 +00:00
11 lines
326 B
JavaScript
11 lines
326 B
JavaScript
// https://color.adobe.com/create/color-wheel
|
|
|
|
// Colors
|
|
const logoBackgroundColor = "#1a75bb";
|
|
const logoHighlightColor = "#000080";
|
|
const backgroundColor = "#2a323d";
|
|
const flowersColor = "#F1EBD9";
|
|
const distillColor = "#8AFFC1";
|
|
const studyColor = "#654321";
|
|
const sandsColor = "#C2B280";
|
|
const electricColor = "#89C6FF";
|