Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e59ebb;
}
.in-the-pink {
color: #f2c5d3;
}
.poetic-princess {
color: #f9e1e5;
}
.sandalwood-beige {
color: #f2d0b1;
}
.apricot-red {
color: #e78f7e;
}
/* CSS Variables */
:root {
--blushing-tulip:#e59ebb;
--in-the-pink:#f2c5d3;
--poetic-princess:#f9e1e5;
--sandalwood-beige:#f2d0b1;
--apricot-red:#e78f7e;
}