Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #689b4b;
}
.bilious-green {
color: #a4d56d;
}
.majestic-treasures {
color: #f1e7a2;
}
.mango-margarita {
color: #f6b951;
}
.tiger-lily {
color: #e0593e;
}
/* CSS Variables */
:root {
--flat-green:#689b4b;
--bilious-green:#a4d56d;
--majestic-treasures:#f1e7a2;
--mango-margarita:#f6b951;
--tiger-lily:#e0593e;
}