Color names in this palette
CSS code for this palette
/* CSS */
.flounce {
color: #4b8a8b;
}
.celestine {
color: #81c1c1;
}
.seascape-green {
color: #b3e5e6;
}
.rapunzel {
color: #f4d780;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--flounce:#4b8a8b;
--celestine:#81c1c1;
--seascape-green:#b3e5e6;
--rapunzel:#f4d780;
--welcoming-wasp:#f0a800;
}