Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b55a8c;
}
.prettiest-pink {
color: #e1a3c7;
}
.pink-lace {
color: #f6cbd6;
}
.vanilla-pudding {
color: #f5e170;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b55a8c;
--prettiest-pink:#e1a3c7;
--pink-lace:#f6cbd6;
--vanilla-pudding:#f5e170;
--mad-for-mango:#f5a300;
}