Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.lemonade-stand {
color: #f6c73c;
}
.manila-tint {
color: #ffe1a8;
}
.extreme-carrot {
color: #ff6d2e;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--lemonade-stand:#f6c73c;
--manila-tint:#ffe1a8;
--extreme-carrot:#ff6d2e;
--coral-red:#ff3d3d;
}