Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00a4d6;
}
.munsell-blue {
color: #0092b3;
}
.mosaic-blue {
color: #007e94;
}
.bosporus {
color: #005c75;
}
.maniac-mansion {
color: #003c52;
}
/* CSS Variables */
:root {
--malibu-blue:#00a4d6;
--munsell-blue:#0092b3;
--mosaic-blue:#007e94;
--bosporus:#005c75;
--maniac-mansion:#003c52;
}