Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.munsell-blue {
color: #0092b3;
}
.by-the-bayou {
color: #007c8f;
}
.oceanside {
color: #00596b;
}
.deep-atlantic-blue {
color: #004b57;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--munsell-blue:#0092b3;
--by-the-bayou:#007c8f;
--oceanside:#00596b;
--deep-atlantic-blue:#004b57;
}