Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1bb2e4;
}
.turquoise-sea {
color: #6dd4e8;
}
.blizzard-blue {
color: #a1e9f2;
}
.let-it-snow {
color: #d6f2f5;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1bb2e4;
--turquoise-sea:#6dd4e8;
--blizzard-blue:#a1e9f2;
--let-it-snow:#d6f2f5;
--vapor:#f0ffff;
}