Color names in this palette
CSS code for this palette
/* CSS */
.nutter-butter {
color: #f7d5c5;
}
.antique-cameo {
color: #f2b9a1;
}
.cherrystone {
color: #f99890;
}
.deep-blush {
color: #e76a89;
}
.fruit-dove {
color: #c94f6e;
}
/* CSS Variables */
:root {
--nutter-butter:#f7d5c5;
--antique-cameo:#f2b9a1;
--cherrystone:#f99890;
--deep-blush:#e76a89;
--fruit-dove:#c94f6e;
}