Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b6e6;
}
.clean-pool {
color: #4ac6e8;
}
.middle-blue {
color: #78d0e8;
}
.blizzard-blue {
color: #a6e5f2;
}
.frostproof {
color: #cfeff7;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b6e6;
--clean-pool:#4ac6e8;
--middle-blue:#78d0e8;
--blizzard-blue:#a6e5f2;
--frostproof:#cfeff7;
}