Color names in this palette
CSS code for this palette
/* CSS */
.purple-orchid {
color: #a94c8a;
}
.blushing-tulip {
color: #e3a1b8;
}
.in-the-pink {
color: #f4c3d1;
}
.candlelight-ivory {
color: #fdf5e2;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--purple-orchid:#a94c8a;
--blushing-tulip:#e3a1b8;
--in-the-pink:#f4c3d1;
--candlelight-ivory:#fdf5e2;
--lolly:#ff9c8f;
}