Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.biloxi-blue {
color: #0077b8;
}
.mystery-oceans {
color: #023c88;
}
.nosferatu {
color: #a9a8a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--biloxi-blue:#0077b8;
--mystery-oceans:#023c88;
--nosferatu:#a9a8a7;
--creamy-sweet-corn:#f9c54e;
}