Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.milky-maize {
color: #f8d9a0;
}
.mandys-pink {
color: #f4b79f;
}
.sachet-pink {
color: #f788b2;
}
.strawberry-freeze {
color: #c775a9;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--milky-maize:#f8d9a0;
--mandys-pink:#f4b79f;
--sachet-pink:#f788b2;
--strawberry-freeze:#c775a9;
}