Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d45c3a;
}
.egyptian-gold {
color: #f0a94c;
}
.sport-yellow {
color: #f1d579;
}
.cool-aloe {
color: #a6d9a1;
}
.gem-turquoise {
color: #4fbdc4;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d45c3a;
--egyptian-gold:#f0a94c;
--sport-yellow:#f1d579;
--cool-aloe:#a6d9a1;
--gem-turquoise:#4fbdc4;
}