Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.radiant-yellow {
color: #f69e23;
}
.mango-margarita {
color: #f7b84b;
}
.sun-dust {
color: #f6e1a2;
}
.dreamsicle {
color: #f6d6c1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--radiant-yellow:#f69e23;
--mango-margarita:#f7b84b;
--sun-dust:#f6e1a2;
--dreamsicle:#f6d6c1;
}