Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.huelve-o-horizon {
color: #1db4e2;
}
.neon-nazar {
color: #4fd4e8;
}
.echo-iris {
color: #b4e3f4;
}
.gram-s-hair {
color: #f5f7f9;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--huelve-o-horizon:#1db4e2;
--neon-nazar:#4fd4e8;
--echo-iris:#b4e3f4;
--gram-s-hair:#f5f7f9;
}