Color names in this palette
CSS code for this palette
/* CSS */
.kantor-blue {
color: #001347;
}
.maniac-mansion {
color: #003a5c;
}
.adriatic-sea {
color: #006080;
}
.caneel-bay {
color: #0098b3;
}
.aztec-turquoise {
color: #00d1e0;
}
/* CSS Variables */
:root {
--kantor-blue:#001347;
--maniac-mansion:#003a5c;
--adriatic-sea:#006080;
--caneel-bay:#0098b3;
--aztec-turquoise:#00d1e0;
}