Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.in-the-pink {
color: #f2c5d3;
}
.barely-bloomed {
color: #e3b0df;
}
.enchanted-lavender {
color: #baa3e0;
}
.fennel-flower {
color: #809dff;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--in-the-pink:#f2c5d3;
--barely-bloomed:#e3b0df;
--enchanted-lavender:#baa3e0;
--fennel-flower:#809dff;
}