Color names in this palette
CSS code for this palette
/* CSS */
.oklahoma-wheat {
color: #f5deb8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.egyptian-gold {
color: #f1a94b;
}
.sorbus {
color: #e06e38;
}
.spirit-warrior {
color: #d1563d;
}
/* CSS Variables */
:root {
--oklahoma-wheat:#f5deb8;
--solar-plexus-chakra:#f1c84b;
--egyptian-gold:#f1a94b;
--sorbus:#e06e38;
--spirit-warrior:#d1563d;
}