Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1bc6e4;
}
.malibu-blue {
color: #00a4d1;
}
.munsell-blue {
color: #0092b3;
}
.by-the-bayou {
color: #007c8f;
}
.petrol {
color: #00606b;
}
/* CSS Variables */
:root {
--caribbean-blue:#1bc6e4;
--malibu-blue:#00a4d1;
--munsell-blue:#0092b3;
--by-the-bayou:#007c8f;
--petrol:#00606b;
}