Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.watermelon-gelato {
color: #c1676b;
}
.wisley-pink {
color: #f2a497;
}
.pale-coral {
color: #f1d1b6;
}
.odyssey-plum {
color: #e1c1c6;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--watermelon-gelato:#c1676b;
--wisley-pink:#f2a497;
--pale-coral:#f1d1b6;
--odyssey-plum:#e1c1c6;
}