Color names in this palette
CSS code for this palette
/* CSS */
.biloxi-blue {
color: #0077b8;
}
.malibu-blue {
color: #00b2d6;
}
.photon-barrier {
color: #8fe1ef;
}
.frosty-day {
color: #c9f0f8;
}
.uranus {
color: #aee8f4;
}
/* CSS Variables */
:root {
--biloxi-blue:#0077b8;
--malibu-blue:#00b2d6;
--photon-barrier:#8fe1ef;
--frosty-day:#c9f0f8;
--uranus:#aee8f4;
}