Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.rapunzel {
color: #f4d780;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.young-fern {
color: #6ebf7b;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--rapunzel:#f4d780;
--cherry-blossom-pink:#ffb3c7;
--young-fern:#6ebf7b;
--peaceful-river:#4a9cd3;
}