Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.last-sunlight {
color: #e2b83c;
}
.glitzy-gold {
color: #d79c2d;
}
.cockatrice-brown {
color: #a4611e;
}
.roycroft-copper-red {
color: #7e3b2a;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--last-sunlight:#e2b83c;
--glitzy-gold:#d79c2d;
--cockatrice-brown:#a4611e;
--roycroft-copper-red:#7e3b2a;
}