Color names in this palette
CSS code for this palette
/* CSS */
.cured-eggplant {
color: #390e39;
}
.bordeaux-red {
color: #6d2c4b;
}
.slate-pink {
color: #b1596d;
}
.rose-dusk {
color: #e8a492;
}
.cream-custard {
color: #f1d8b1;
}
/* CSS Variables */
:root {
--cured-eggplant:#390e39;
--bordeaux-red:#6d2c4b;
--slate-pink:#b1596d;
--rose-dusk:#e8a492;
--cream-custard:#f1d8b1;
}