Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ab2e0;
}
.watercourse {
color: #5ac5d8;
}
.faded-poster {
color: #80e2e5;
}
.ice-citadel {
color: #b6f1f7;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ab2e0;
--watercourse:#5ac5d8;
--faded-poster:#80e2e5;
--ice-citadel:#b6f1f7;
--everlasting-ice:#f5fafa;
}