Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003f5c;
}
.jetski-race {
color: #005c99;
}
.spinnaker-blue {
color: #008ab8;
}
.malibu-blue {
color: #00a8d6;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--maniac-mansion:#003f5c;
--jetski-race:#005c99;
--spinnaker-blue:#008ab8;
--malibu-blue:#00a8d6;
--aztec-turquoise:#00d9e0;
}