Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #4dd8e0;
}
.tiffany-blue {
color: #7ef6e0;
}
.east-cape {
color: #b3f4e7;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--neon-nazar:#4dd8e0;
--tiffany-blue:#7ef6e0;
--east-cape:#b3f4e7;
}