Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.bondi-blue {
color: #0096b8;
}
.by-the-bayou {
color: #007c8f;
}
.petrol {
color: #005f6b;
}
.crab-nebula {
color: #00404d;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--bondi-blue:#0096b8;
--by-the-bayou:#007c8f;
--petrol:#005f6b;
--crab-nebula:#00404d;
}