Color names in this palette
CSS code for this palette
/* CSS */
.flower-blossom-pink {
color: #f1798b;
}
.waddles-pink {
color: #f1a7d0;
}
.milky-maize {
color: #f7d7a1;
}
.french-vanilla {
color: #f1e1a7;
}
.pale-coral {
color: #f1d2b6;
}
/* CSS Variables */
:root {
--flower-blossom-pink:#f1798b;
--waddles-pink:#f1a7d0;
--milky-maize:#f7d7a1;
--french-vanilla:#f1e1a7;
--pale-coral:#f1d2b6;
}