Color names in this palette
CSS code for this palette
/* CSS */
.laundry-white {
color: #f4f9f1;
}
.winsome-hue {
color: #a7d7e2;
}
.dainty-debutante {
color: #f4bbb3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #ef7d1f;
}
/* CSS Variables */
:root {
--laundry-white:#f4f9f1;
--winsome-hue:#a7d7e2;
--dainty-debutante:#f4bbb3;
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#ef7d1f;
}