Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00a4d6;
}
.munsell-blue {
color: #0092b3;
}
.cote-d-azur {
color: #007a8a;
}
.tidal-pool {
color: #005c5a;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--malibu-blue:#00a4d6;
--munsell-blue:#0092b3;
--cote-d-azur:#007a8a;
--tidal-pool:#005c5a;
--rich-black:#003d3d;
}