Color names in this palette
CSS code for this palette
/* CSS */
.illuminated {
color: #f9e6d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dodgeroll-gold {
color: #f39c12;
}
.sweet-potato {
color: #d67d3d;
}
.burled-redwood {
color: #8d4c3a;
}
/* CSS Variables */
:root {
--illuminated:#f9e6d7;
--solar-plexus-chakra:#f1c84b;
--dodgeroll-gold:#f39c12;
--sweet-potato:#d67d3d;
--burled-redwood:#8d4c3a;
}