Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ba1e4;
}
.blue-bobbin {
color: #51b4c8;
}
.aruba-blue {
color: #7dd5d8;
}
.everest {
color: #a2e6e2;
}
.frosty-mint {
color: #def7f1;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ba1e4;
--blue-bobbin:#51b4c8;
--aruba-blue:#7dd5d8;
--everest:#a2e6e2;
--frosty-mint:#def7f1;
}