Color names in this palette
CSS code for this palette
/* CSS */
.cheater {
color: #f2b05a;
}
.sweet-honey {
color: #d1a25c;
}
.honey-maple {
color: #a86d5d;
}
.red-endive {
color: #7b4c5f;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--cheater:#f2b05a;
--sweet-honey:#d1a25c;
--honey-maple:#a86d5d;
--red-endive:#7b4c5f;
--bright-eggplant:#5c4b8b;
}