The-Modding-Tree/js/colors.js

7 lines
214 B
JavaScript

// Colors
const logoBackgroundColor = "#1a75bb";
const logoHighlightColor = "#000080";
const backgroundColor = "#2a323d";
const flowersColor = "#F1EBD9";
const studyColor = "#654321";
const sandsColor = "#C2B280";