Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.lake-thun {
color: #3fb8e4;
}
.candid-blue {
color: #68c8e8;
}
.blizzard-blue {
color: #a3e1f0;
}
.coastal-breeze {
color: #e4f5fb;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--lake-thun:#3fb8e4;
--candid-blue:#68c8e8;
--blizzard-blue:#a3e1f0;
--coastal-breeze:#e4f5fb;
}