Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.bright-sun {
color: #eabe2e;
}
.rapunzel {
color: #f5d87f;
}
.milky-maize {
color: #f7d7a1;
}
.mandys-pink {
color: #f5b59e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--bright-sun:#eabe2e;
--rapunzel:#f5d87f;
--milky-maize:#f7d7a1;
--mandys-pink:#f5b59e;
}