Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #df9fb5;
}
.lily-legs {
color: #f1c6d7;
}
.jasmine-flower {
color: #f4e8e1;
}
.duck-egg-cream {
color: #c5e2d5;
}
.plunging-waterfall {
color: #8ed3e1;
}
/* CSS Variables */
:root {
--blushing-tulip:#df9fb5;
--lily-legs:#f1c6d7;
--jasmine-flower:#f4e8e1;
--duck-egg-cream:#c5e2d5;
--plunging-waterfall:#8ed3e1;
}