Color names in this palette
CSS code for this palette
/* CSS */
.deep-reddish-orange {
color: #b95f3c;
}
.streusel-cake {
color: #d8a85f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bilious-green {
color: #a5d86f;
}
.evora {
color: #4f8c8c;
}
/* CSS Variables */
:root {
--deep-reddish-orange:#b95f3c;
--streusel-cake:#d8a85f;
--solar-plexus-chakra:#f1c84b;
--bilious-green:#a5d86f;
--evora:#4f8c8c;
}