Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e5f8;
}
.photon-barrier {
color: #8fe1ef;
}
.lake-thun {
color: #4abfe3;
}
.malibu-blue {
color: #00b2d6;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e5f8;
--photon-barrier:#8fe1ef;
--lake-thun:#4abfe3;
--malibu-blue:#00b2d6;
--biloxi-blue:#0077b8;
}