Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d69e2e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.summer-s-heat {
color: #f9e49a;
}
.sweet-sour {
color: #c7a838;
}
.time-honored {
color: #7f6c2f;
}
/* CSS Variables */
:root {
--glitzy-gold:#d69e2e;
--solar-plexus-chakra:#f1c84b;
--summer-s-heat:#f9e49a;
--sweet-sour:#c7a838;
--time-honored:#7f6c2f;
}