Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.first-daughter {
color: #f7d4d8;
}
.butter-muffin {
color: #f8e0b4;
}
.chicon {
color: #d5edb5;
}
.smooth-satin {
color: #a4d5d4;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--first-daughter:#f7d4d8;
--butter-muffin:#f8e0b4;
--chicon:#d5edb5;
--smooth-satin:#a4d5d4;
}