Color names in this palette
CSS code for this palette
/* CSS */
.plastic-carrot {
color: #f35c20;
}
.spanish-yellow {
color: #f8b50d;
}
.daisy-desi {
color: #f9e18b;
}
.almost-aloe {
color: #c6e9af;
}
.glen {
color: #4baf6e;
}
/* CSS Variables */
:root {
--plastic-carrot:#f35c20;
--spanish-yellow:#f8b50d;
--daisy-desi:#f9e18b;
--almost-aloe:#c6e9af;
--glen:#4baf6e;
}