Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f99fb1;
}
.waddles-pink {
color: #f0a8d2;
}
.melrose {
color: #c3b2e0;
}
.periwinkle-sky {
color: #8eb7d7;
}
.meristem {
color: #a7e2d1;
}
/* CSS Variables */
:root {
--ballet-slippers:#f99fb1;
--waddles-pink:#f0a8d2;
--melrose:#c3b2e0;
--periwinkle-sky:#8eb7d7;
--meristem:#a7e2d1;
}