Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f99fb1;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.banana-ice-cream {
color: #f1d4b1;
}
.antique-cameo {
color: #f2b8a1;
}
.pink-pussycat {
color: #d89d9d;
}
/* CSS Variables */
:root {
--ballet-slippers:#f99fb1;
--lemon-ice-yellow:#f6e1a7;
--banana-ice-cream:#f1d4b1;
--antique-cameo:#f2b8a1;
--pink-pussycat:#d89d9d;
}