Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #d6a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.goldfinch {
color: #f9e25d;
}
.satin-latour {
color: #f9daae;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#d6a800;
--solar-plexus-chakra:#f1c84b;
--goldfinch:#f9e25d;
--satin-latour:#f9daae;
--consumed-by-fire:#f47f1f;
}