Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.bondi-blue {
color: #0096b8;
}
.cote-d-azur {
color: #007a8a;
}
.egyptian-enamel {
color: #005c66;
}
.dark-denim-blue {
color: #003d4d;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--bondi-blue:#0096b8;
--cote-d-azur:#007a8a;
--egyptian-enamel:#005c66;
--dark-denim-blue:#003d4d;
}