Color names in this palette
CSS code for this palette
/* CSS */
.blue-aster {
color: #007ec7;
}
.atmosphere {
color: #0096e0;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00cfe6;
}
.cold-light-of-day {
color: #00e4f0;
}
/* CSS Variables */
:root {
--blue-aster:#007ec7;
--atmosphere:#0096e0;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00cfe6;
--cold-light-of-day:#00e4f0;
}