Color names in this palette
CSS code for this palette
/* CSS */
.blue-aster {
color: #007ec7;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00c8f0;
}
.neon-blue {
color: #00ddff;
}
/* CSS Variables */
:root {
--blue-aster:#007ec7;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00c8f0;
--neon-blue:#00ddff;
}