Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.lake-thun {
color: #3cc9e2;
}
.turquoise-sea {
color: #6ddfe3;
}
.neverland {
color: #98e6d7;
}
.diamond-white {
color: #e1f1f4;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--lake-thun:#3cc9e2;
--turquoise-sea:#6ddfe3;
--neverland:#98e6d7;
--diamond-white:#e1f1f4;
}