Color names in this palette
CSS code for this palette
/* CSS */
.electron-blue {
color: #0a81db;
}
.lynx-screen-blue {
color: #2cb8e2;
}
.neon-nazar {
color: #4cd6e6;
}
.luminescent-blue {
color: #a2e2e7;
}
.aircraft-white {
color: #eef3f6;
}
/* CSS Variables */
:root {
--electron-blue:#0a81db;
--lynx-screen-blue:#2cb8e2;
--neon-nazar:#4cd6e6;
--luminescent-blue:#a2e2e7;
--aircraft-white:#eef3f6;
}