Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.by-the-bayou {
color: #007c8f;
}
.jadestone {
color: #00a8a3;
}
.lifeless-green {
color: #00d6a8;
}
.greenish-turquoise {
color: #00ffb3;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--by-the-bayou:#007c8f;
--jadestone:#00a8a3;
--lifeless-green:#00d6a8;
--greenish-turquoise:#00ffb3;
}