Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e09eb5;
}
.ibis {
color: #f6b1c0;
}
.pink-touch {
color: #f9e1d7;
}
.bleached-sunflower {
color: #f9e9a9;
}
.sunday-afternoon {
color: #f5c87a;
}
/* CSS Variables */
:root {
--blushing-tulip:#e09eb5;
--ibis:#f6b1c0;
--pink-touch:#f9e1d7;
--bleached-sunflower:#f9e9a9;
--sunday-afternoon:#f5c87a;
}