Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-mood {
color: #f7c94b;
}
.aspen-yellow {
color: #f4e09f;
}
.pretty-petunia {
color: #d4b5e8;
}
.wisteria {
color: #a37ec4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-mood:#f7c94b;
--aspen-yellow:#f4e09f;
--pretty-petunia:#d4b5e8;
--wisteria:#a37ec4;
}