Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.citrus-blast {
color: #e07b38;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--citrus-blast:#e07b38;
--obstinate-orange:#d75c28;
}