Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.dusty-red {
color: #b8424e;
}
.mexican-chile {
color: #d26a76;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--dusty-red:#b8424e;
--mexican-chile:#d26a76;
--strawberry-smoothie:#e8a1a4;
--in-the-pink:#f2c5d3;
}