Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.radiant-sun {
color: #f3ca4f;
}
.aspen-yellow {
color: #f5df9e;
}
.favorite-lavender {
color: #d3a7d7;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--radiant-sun:#f3ca4f;
--aspen-yellow:#f5df9e;
--favorite-lavender:#d3a7d7;
--plum-dust:#a84d94;
}