Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.shimmering-brook {
color: #65b1d2;
}
.french-pass {
color: #a3d3e0;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--cyan-cornflower-blue:#1e8cc2;
--shimmering-brook:#65b1d2;
--french-pass:#a3d3e0;
--sunshine-mellow:#f1c40e;
}