Color names in this palette
CSS code for this palette
/* CSS */
.billowy-clouds {
color: #f6f1e9;
}
.lost-love {
color: #e4d7d2;
}
.mary-poppins {
color: #d2b6ca;
}
.taste-of-berry {
color: #c7a8b6;
}
.guppy-violet {
color: #a85d82;
}
/* CSS Variables */
:root {
--billowy-clouds:#f6f1e9;
--lost-love:#e4d7d2;
--mary-poppins:#d2b6ca;
--taste-of-berry:#c7a8b6;
--guppy-violet:#a85d82;
}