Color names in this palette
CSS code for this palette
/* CSS */
.blue-nebula {
color: #0f98fa;
}
.zima-blue {
color: #19b3f5;
}
.spiro-disco-ball {
color: #1ac5f9;
}
.ionized-air-glow {
color: #5cd6ff;
}
.fresh-air {
color: #a8e4ff;
}
/* CSS Variables */
:root {
--blue-nebula:#0f98fa;
--zima-blue:#19b3f5;
--spiro-disco-ball:#1ac5f9;
--ionized-air-glow:#5cd6ff;
--fresh-air:#a8e4ff;
}