Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.atmosphere {
color: #0096db;
}
.lake-thun {
color: #4dc5e0;
}
.luminescent-blue {
color: #a2e1e7;
}
.child-of-light {
color: #f2f6f8;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--atmosphere:#0096db;
--lake-thun:#4dc5e0;
--luminescent-blue:#a2e1e7;
--child-of-light:#f2f6f8;
}