Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0096cc;
}
.huelve-o-horizon {
color: #19b3e6;
}
.libra-blue-morpho {
color: #4dd5ff;
}
.winter-wizard {
color: #99e6ff;
}
.lucid-dreams {
color: #cceeff;
}
/* CSS Variables */
:root {
--tomb-blue:#0096cc;
--huelve-o-horizon:#19b3e6;
--libra-blue-morpho:#4dd5ff;
--winter-wizard:#99e6ff;
--lucid-dreams:#cceeff;
}