Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c2d;
}
.glowing-coals {
color: #be4b3c;
}
.citrus-blast {
color: #e1793d;
}
.welcoming-wasp {
color: #f0a800;
}
.lime-bright {
color: #f2e3b0;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c2d;
--glowing-coals:#be4b3c;
--citrus-blast:#e1793d;
--welcoming-wasp:#f0a800;
--lime-bright:#f2e3b0;
}