CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1db4e2;
}
.turquoise-sea {
color: #6ed7e7;
}
.uranus {
color: #aae7f3;
}
.dolly {
color: #f9f76c;
}
.apricot {
color: #ffb370;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1db4e2;
--turquoise-sea:#6ed7e7;
--uranus:#aae7f3;
--dolly:#f9f76c;
--apricot:#ffb370;
}