Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.adriatic-sea {
color: #006080;
}
.turkish-tile {
color: #007e9e;
}
.scuba-blue {
color: #00a5c2;
}
.aztec-turquoise {
color: #00d2e6;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--adriatic-sea:#006080;
--turkish-tile:#007e9e;
--scuba-blue:#00a5c2;
--aztec-turquoise:#00d2e6;
}