Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.bondi-blue {
color: #0095b3;
}
.cote-d-azur {
color: #007a8a;
}
.entrapment {
color: #005961;
}
.crab-nebula {
color: #00404d;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--bondi-blue:#0095b3;
--cote-d-azur:#007a8a;
--entrapment:#005961;
--crab-nebula:#00404d;
}