Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b5;
}
.fiesta-pink {
color: #d77094;
}
.ancient-fuchsia {
color: #a2446b;
}
.cherry-juice-red {
color: #6d2c4a;
}
.temptress {
color: #3b1c2b;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b5;
--fiesta-pink:#d77094;
--ancient-fuchsia:#a2446b;
--cherry-juice-red:#6d2c4a;
--temptress:#3b1c2b;
}