Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.neon-nazar {
color: #4bd8e2;
}
.tiffany-blue {
color: #7bf4e0;
}
.bright-khaki {
color: #f0e78e;
}
.nyc-taxi {
color: #f6b831;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--neon-nazar:#4bd8e2;
--tiffany-blue:#7bf4e0;
--bright-khaki:#f0e78e;
--nyc-taxi:#f6b831;
}