Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.cheddar {
color: #f09e05;
}
.orangealicious {
color: #ed5b0c;
}
.king-crimson {
color: #c94a4a;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--cheddar:#f09e05;
--orangealicious:#ed5b0c;
--king-crimson:#c94a4a;
--pure-mauve:#6a4c94;
}