Color names in this palette
CSS code for this palette
/* CSS */
.greek-aubergine {
color: #3c0b2b;
}
.windsor-wine {
color: #5b2a3d;
}
.rialto {
color: #8f4d5d;
}
.dolomite-red {
color: #c06d9b;
}
.iced-vovo {
color: #e2a1b4;
}
/* CSS Variables */
:root {
--greek-aubergine:#3c0b2b;
--windsor-wine:#5b2a3d;
--rialto:#8f4d5d;
--dolomite-red:#c06d9b;
--iced-vovo:#e2a1b4;
}