Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ab2e0;
}
.electric-lemonade {
color: #5ed3e8;
}
.blizzard-blue {
color: #a4e9f4;
}
.taco {
color: #f4c7b3;
}
.apricot-wash {
color: #f9a77b;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ab2e0;
--electric-lemonade:#5ed3e8;
--blizzard-blue:#a4e9f4;
--taco:#f4c7b3;
--apricot-wash:#f9a77b;
}