Color names in this palette
CSS code for this palette
/* CSS */
.aqua-velvet {
color: #009e9b;
}
.water-park {
color: #59b1a1;
}
.fling-green {
color: #8dd3cf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangeville {
color: #e76f5a;
}
/* CSS Variables */
:root {
--aqua-velvet:#009e9b;
--water-park:#59b1a1;
--fling-green:#8dd3cf;
--solar-plexus-chakra:#f1c84b;
--orangeville:#e76f5a;
}