Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.golden-mary {
color: #f6bb3c;
}
.amber-glow {
color: #f39a39;
}
.sizzling-sunset {
color: #ef7e4d;
}
.race-car-stripe {
color: #d24b46;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--golden-mary:#f6bb3c;
--amber-glow:#f39a39;
--sizzling-sunset:#ef7e4d;
--race-car-stripe:#d24b46;
}