Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-blue {
color: #0077b3;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.neon-blue {
color: #00d4ff;
}
.cold-light-of-day {
color: #00e4f0;
}
/* CSS Variables */
:root {
--brilliant-blue:#0077b3;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--neon-blue:#00d4ff;
--cold-light-of-day:#00e4f0;
}