Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.throat-chakra {
color: #6ed4d2;
}
.pluto {
color: #3baeb0;
}
.tropical-hideaway {
color: #1daf9e;
}
.plumage {
color: #00998c;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--throat-chakra:#6ed4d2;
--pluto:#3baeb0;
--tropical-hideaway:#1daf9e;
--plumage:#00998c;
}