Color names in this palette
CSS code for this palette
/* CSS */
.fresh-onion {
color: #5c8b2d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.crushed-orange {
color: #e27b2c;
}
.king-crimson {
color: #c94a4a;
}
.sundried-tomato {
color: #6a2929;
}
/* CSS Variables */
:root {
--fresh-onion:#5c8b2d;
--solar-plexus-chakra:#f1c84b;
--crushed-orange:#e27b2c;
--king-crimson:#c94a4a;
--sundried-tomato:#6a2929;
}