Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1bb2e4;
}
.lake-thun {
color: #3dc8e1;
}
.fresh-blue {
color: #86d6e4;
}
.everest {
color: #a3e6e1;
}
.coastal-breeze {
color: #e1f8f9;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1bb2e4;
--lake-thun:#3dc8e1;
--fresh-blue:#86d6e4;
--everest:#a3e6e1;
--coastal-breeze:#e1f8f9;
}