Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.maldives {
color: #00bdd6;
}
.vivid-cerulean {
color: #02a6f2;
}
.clean-pool {
color: #50c2f7;
}
.kul-sharif-blue {
color: #80d3fa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--maldives:#00bdd6;
--vivid-cerulean:#02a6f2;
--clean-pool:#50c2f7;
--kul-sharif-blue:#80d3fa;
}