Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edae0;
}
.young-bamboo {
color: #6dba8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cadmium-orange {
color: #ed892c;
}
.happy-hearts {
color: #d66161;
}
/* CSS Variables */
:root {
--terrace-pool:#9edae0;
--young-bamboo:#6dba8c;
--solar-plexus-chakra:#f1c84b;
--cadmium-orange:#ed892c;
--happy-hearts:#d66161;
}