Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ab2e0;
}
.electric-lemonade {
color: #5dd4e9;
}
.freezy-breezy {
color: #91e8f2;
}
.fresh-pineapple {
color: #f2d450;
}
.orange-gluttony {
color: #f2791c;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ab2e0;
--electric-lemonade:#5dd4e9;
--freezy-breezy:#91e8f2;
--fresh-pineapple:#f2d450;
--orange-gluttony:#f2791c;
}