Color names in this palette
CSS code for this palette
/* CSS */
.stella {
color: #f6cf5a;
}
.solar-plexus-chakra {
color: #efca4d;
}
.australium-gold {
color: #e8b73b;
}
.glitzy-gold {
color: #d6a12e;
}
.inca-gold {
color: #a96d2d;
}
/* CSS Variables */
:root {
--stella:#f6cf5a;
--solar-plexus-chakra:#efca4d;
--australium-gold:#e8b73b;
--glitzy-gold:#d6a12e;
--inca-gold:#a96d2d;
}