Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.dream-of-spring {
color: #f6d12c;
}
.sweet-corn {
color: #f9e176;
}
.brilliant-beige {
color: #f1c5b6;
}
.abbey-pink {
color: #d06d6c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--dream-of-spring:#f6d12c;
--sweet-corn:#f9e176;
--brilliant-beige:#f1c5b6;
--abbey-pink:#d06d6c;
}