Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.limelight {
color: #efe46c;
}
.orange-pospsicle {
color: #f6a50e;
}
.sun-orange {
color: #f47b1f;
}
.jasper {
color: #d93f3f;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--limelight:#efe46c;
--orange-pospsicle:#f6a50e;
--sun-orange:#f47b1f;
--jasper:#d93f3f;
}