Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d9a859;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.accent-orange {
color: #e66f00;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d9a859;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--accent-orange:#e66f00;
}