Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.chili {
color: #c24a3d;
}
.bright-sienna {
color: #d68b5c;
}
.freesia {
color: #f4c52a;
}
.venetian-yellow {
color: #f7e6a1;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--chili:#c24a3d;
--bright-sienna:#d68b5c;
--freesia:#f4c52a;
--venetian-yellow:#f7e6a1;
}