Color names in this palette
CSS code for this palette
/* CSS */
.unbleached-calico {
color: #f7d9bb;
}
.petals-unfolding {
color: #f5b8c2;
}
.petal-plush {
color: #e2a3f0;
}
.shy-moment {
color: #b19eff;
}
.electric-eel {
color: #8cb7f3;
}
/* CSS Variables */
:root {
--unbleached-calico:#f7d9bb;
--petals-unfolding:#f5b8c2;
--petal-plush:#e2a3f0;
--shy-moment:#b19eff;
--electric-eel:#8cb7f3;
}