Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.winter-poinsettia {
color: #b03b3f;
}
.wet-coral {
color: #d0564e;
}
.big-foot-feet {
color: #e68e5b;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--winter-poinsettia:#b03b3f;
--wet-coral:#d0564e;
--big-foot-feet:#e68e5b;
--deep-fried-sun-rays:#f6c55a;
}