Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.by-the-bayou {
color: #007c8f;
}
.aqua-velvet {
color: #00a3a0;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c5cc;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--by-the-bayou:#007c8f;
--aqua-velvet:#00a3a0;
--cyan-sky:#00b2b3;
--turquoise-surf:#00c5cc;
}