Color names in this palette
CSS code for this palette
/* CSS */
.red-contrast {
color: #b43131;
}
.strawberry-wine {
color: #c76b6b;
}
.pale-persimmon {
color: #d2aead;
}
.siesta {
color: #f0c4a8;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--red-contrast:#b43131;
--strawberry-wine:#c76b6b;
--pale-persimmon:#d2aead;
--siesta:#f0c4a8;
--cameo-cream:#f4e2c3;
}