Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e4b9e1;
}
.april-blush {
color: #f5d1d8;
}
.ballerina-tears {
color: #f5b9b2;
}
.lion-of-menecrates {
color: #f2a769;
}
.noodles {
color: #f9e5b4;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e4b9e1;
--april-blush:#f5d1d8;
--ballerina-tears:#f5b9b2;
--lion-of-menecrates:#f2a769;
--noodles:#f9e5b4;
}