Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.mykonos-blue {
color: #005b80;
}
.maniac-mansion {
color: #003a5c;
}
.starship-trooper {
color: #1c9c62;
}
.glenwood-green {
color: #a9d0b6;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--mykonos-blue:#005b80;
--maniac-mansion:#003a5c;
--starship-trooper:#1c9c62;
--glenwood-green:#a9d0b6;
}