Color names in this palette
CSS code for this palette
/* CSS */
.elizabeth-rose {
color: #f9e0d2;
}
.ballerina-tears {
color: #f5b8b2;
}
.pink-fit {
color: #f3a5b1;
}
.flower-blossom-pink {
color: #ef7b8b;
}
.highlighter-pink {
color: #ea5d7b;
}
/* CSS Variables */
:root {
--elizabeth-rose:#f9e0d2;
--ballerina-tears:#f5b8b2;
--pink-fit:#f3a5b1;
--flower-blossom-pink:#ef7b8b;
--highlighter-pink:#ea5d7b;
}