Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.neon-light {
color: #fede5d;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.new-violet {
color: #d6c2e0;
}
.sea-glass-teal {
color: #a4e5d8;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--neon-light:#fede5d;
--cherry-blossom-pink:#ffb3c7;
--new-violet:#d6c2e0;
--sea-glass-teal:#a4e5d8;
}