Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.neon-nazar {
color: #50d3e7;
}
.island-paradise {
color: #88e7e0;
}
.ice-cube {
color: #b1e7d9;
}
.peaceful-rain {
color: #f1f9f5;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--neon-nazar:#50d3e7;
--island-paradise:#88e7e0;
--ice-cube:#b1e7d9;
--peaceful-rain:#f1f9f5;
}