Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e2a2b2;
}
.lady-pink {
color: #f5d4d1;
}
.coral-blossom {
color: #f7b9a1;
}
.simple-pink {
color: #f6a2af;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--iced-vovo:#e2a2b2;
--lady-pink:#f5d4d1;
--coral-blossom:#f7b9a1;
--simple-pink:#f6a2af;
--bacon-strips:#e13e33;
}