Color names in this palette
CSS code for this palette
/* CSS */
.sly-shrimp {
color: #f7e2d9;
}
.palace-rose {
color: #f9c8d3;
}
.ballerina-tears {
color: #f5b8b2;
}
.pink-eraser {
color: #f29c9d;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--sly-shrimp:#f7e2d9;
--palace-rose:#f9c8d3;
--ballerina-tears:#f5b8b2;
--pink-eraser:#f29c9d;
--deep-blush:#e76a89;
}