Color names in this palette
CSS code for this palette
/* CSS */
.blushing-sky {
color: #d7b2d5;
}
.ballet-slippers {
color: #f99fb1;
}
.pale-pear {
color: #f7de6e;
}
.teal-deer {
color: #98e6b4;
}
.sea-kale {
color: #32a99f;
}
/* CSS Variables */
:root {
--blushing-sky:#d7b2d5;
--ballet-slippers:#f99fb1;
--pale-pear:#f7de6e;
--teal-deer:#98e6b4;
--sea-kale:#32a99f;
}