Color names in this palette
CSS code for this palette
/* CSS */
.scoville-high {
color: #e24d2c;
}
.flame-orange {
color: #f68c23;
}
.cakepop-sorbet {
color: #f8c449;
}
.young-green-onion {
color: #a3d350;
}
.la-palma {
color: #4b8d2a;
}
/* CSS Variables */
:root {
--scoville-high:#e24d2c;
--flame-orange:#f68c23;
--cakepop-sorbet:#f8c449;
--young-green-onion:#a3d350;
--la-palma:#4b8d2a;
}