Color names in this palette
CSS code for this palette
/* CSS */
.kimchi {
color: #f04c00;
}
.sun-crete {
color: #ff8c00;
}
.electric-glow {
color: #ffd000;
}
.lime-zest {
color: #d9ff00;
}
.chlorophyll-green {
color: #4cff00;
}
/* CSS Variables */
:root {
--kimchi:#f04c00;
--sun-crete:#ff8c00;
--electric-glow:#ffd000;
--lime-zest:#d9ff00;
--chlorophyll-green:#4cff00;
}