Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7f9e;
}
.delicate-girl-blue {
color: #6db3ca;
}
.ocean-cruise {
color: #9dd8e1;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.toucan {
color: #f4984e;
}
/* CSS Variables */
:root {
--tech-wave:#4c7f9e;
--delicate-girl-blue:#6db3ca;
--ocean-cruise:#9dd8e1;
--solar-plexus-chakra:#f0c74c;
--toucan:#f4984e;
}