Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.water-wonder {
color: #7dd4cf;
}
.glassmith {
color: #4bb7c3;
}
.riviera {
color: #1f9fad;
}
.island-lush {
color: #00818f;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--water-wonder:#7dd4cf;
--glassmith:#4bb7c3;
--riviera:#1f9fad;
--island-lush:#00818f;
}