Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59fc5;
}
.soft-cashmere {
color: #f1b1d8;
}
.pretty-in-pink {
color: #f7c5e8;
}
.blush-hour {
color: #ff7092;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59fc5;
--soft-cashmere:#f1b1d8;
--pretty-in-pink:#f7c5e8;
--blush-hour:#ff7092;
--wildflower-bouquet:#ffb3b3;
}