Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.dahlia-delight {
color: #f6bbd4;
}
.paw-paw {
color: #f9d59f;
}
.leery-lemon {
color: #f4c91a;
}
.curious {
color: #d8e4a0;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--dahlia-delight:#f6bbd4;
--paw-paw:#f9d59f;
--leery-lemon:#f4c91a;
--curious:#d8e4a0;
}