Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.photon-barrier {
color: #8fe1ef;
}
.clean-pool {
color: #49cae4;
}
.maldives {
color: #00bdd6;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--photon-barrier:#8fe1ef;
--clean-pool:#49cae4;
--maldives:#00bdd6;
--biloxi-blue:#0077b8;
}