Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.petals-unfolding {
color: #f4b8c4;
}
.unbleached-calico {
color: #f6d9bc;
}
.dull-yellow {
color: #f1df5b;
}
.light-shimmer {
color: #a5d1f3;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--petals-unfolding:#f4b8c4;
--unbleached-calico:#f6d9bc;
--dull-yellow:#f1df5b;
--light-shimmer:#a5d1f3;
}