Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.american-yellow {
color: #f0b000;
}
.shocking-orange {
color: #ff6d1f;
}
.blood-burst {
color: #ff4d4f;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--american-yellow:#f0b000;
--shocking-orange:#ff6d1f;
--blood-burst:#ff4d4f;
--white-smoke:#f5f5f5;
}