Color names in this palette
CSS code for this palette
/* CSS */
.bellagio-fountains {
color: #b8e1f4;
}
.nevada-sky {
color: #a2d6e7;
}
.maiden-voyage {
color: #8bc5d5;
}
.azul-turquesa {
color: #6eb8c4;
}
.freshwater {
color: #4ea4b1;
}
/* CSS Variables */
:root {
--bellagio-fountains:#b8e1f4;
--nevada-sky:#a2d6e7;
--maiden-voyage:#8bc5d5;
--azul-turquesa:#6eb8c4;
--freshwater:#4ea4b1;
}