Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d8a22c;
}
.fragrant-cloves {
color: #ab5c3b;
}
.amaranth-purple {
color: #6e3c8b;
}
.endeavour {
color: #2c5c8c;
}
.creamy-sweet-corn {
color: #f5c147;
}
/* CSS Variables */
:root {
--glitzy-gold:#d8a22c;
--fragrant-cloves:#ab5c3b;
--amaranth-purple:#6e3c8b;
--endeavour:#2c5c8c;
--creamy-sweet-corn:#f5c147;
}