Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f4c8d0;
}
.alluring-gesture {
color: #f9dbc3;
}
.home-song {
color: #f4efc8;
}
.duck-egg-cream {
color: #c9e4d4;
}
.veranda-charm {
color: #9fb2b2;
}
/* CSS Variables */
:root {
--in-the-pink:#f4c8d0;
--alluring-gesture:#f9dbc3;
--home-song:#f4efc8;
--duck-egg-cream:#c9e4d4;
--veranda-charm:#9fb2b2;
}