Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.island-breeze {
color: #8dd8d3;
}
.throat-chakra {
color: #6cd5d0;
}
.north-wind {
color: #4ac4c4;
}
.empress-envy {
color: #2ba19f;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--island-breeze:#8dd8d3;
--throat-chakra:#6cd5d0;
--north-wind:#4ac4c4;
--empress-envy:#2ba19f;
}