Color names in this palette
CSS code for this palette
/* CSS */
.bruised-plum {
color: #3e1923;
}
.paprika {
color: #7d2c39;
}
.slate-pink {
color: #b1596c;
}
.iced-vovo {
color: #e1a8b5;
}
.blush-tint {
color: #f5e0e4;
}
/* CSS Variables */
:root {
--bruised-plum:#3e1923;
--paprika:#7d2c39;
--slate-pink:#b1596c;
--iced-vovo:#e1a8b5;
--blush-tint:#f5e0e4;
}