Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.lake-thun {
color: #4cb9e1;
}
.atmospheric-soft-blue {
color: #a8e3f0;
}
.cymophane-yellow {
color: #f1e5a7;
}
.salmon-fresco {
color: #f9b09f;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--lake-thun:#4cb9e1;
--atmospheric-soft-blue:#a8e3f0;
--cymophane-yellow:#f1e5a7;
--salmon-fresco:#f9b09f;
}