Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2e3d;
}
.purple-starburst {
color: #b0698c;
}
.strawberry-cream {
color: #f2abb3;
}
.avid-apricot {
color: #f4c59f;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2e3d;
--purple-starburst:#b0698c;
--strawberry-cream:#f2abb3;
--avid-apricot:#f4c59f;
--cr-me-de-la-cr-me:#f2e8b5;
}