Color names in this palette
CSS code for this palette
/* CSS */
.aqua {
color: #00ffff;
}
.caribbean-blue {
color: #1cc9d9;
}
.water-sports {
color: #3fb8c6;
}
.artesian-well {
color: #5eb5af;
}
.fresh-blue {
color: #8dd8e2;
}
/* CSS Variables */
:root {
--aqua:#00ffff;
--caribbean-blue:#1cc9d9;
--water-sports:#3fb8c6;
--artesian-well:#5eb5af;
--fresh-blue:#8dd8e2;
}