Color names in this palette
CSS code for this palette
/* CSS */
.biloxi-blue {
color: #0077b8;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4bd8e2;
}
.charlotte {
color: #a3e1e6;
}
/* CSS Variables */
:root {
--biloxi-blue:#0077b8;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--neon-nazar:#4bd8e2;
--charlotte:#a3e1e6;
}