Color names in this palette
CSS code for this palette
/* CSS */
.lvivian-rain {
color: #0088cc;
}
.blue-atoll {
color: #00b0e0;
}
.neon-blue {
color: #00d4fa;
}
.athena-blue {
color: #66e5ff;
}
.beyond-the-clouds {
color: #a3f0ff;
}
/* CSS Variables */
:root {
--lvivian-rain:#0088cc;
--blue-atoll:#00b0e0;
--neon-blue:#00d4fa;
--athena-blue:#66e5ff;
--beyond-the-clouds:#a3f0ff;
}