Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ca4e3;
}
.freshwater {
color: #4fa8b5;
}
.aqua-vitale {
color: #7ec1c8;
}
.blizzard-blue {
color: #a1e2f2;
}
.tinted-ice {
color: #d2f8f9;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ca4e3;
--freshwater:#4fa8b5;
--aqua-vitale:#7ec1c8;
--blizzard-blue:#a1e2f2;
--tinted-ice:#d2f8f9;
}