Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004a57;
}
.belly-flop {
color: #00807d;
}
.jadestone {
color: #00a89d;
}
.mint-leaf {
color: #00d1b2;
}
.mint-morning {
color: #00e6c7;
}
/* CSS Variables */
:root {
--midnight-green:#004a57;
--belly-flop:#00807d;
--jadestone:#00a89d;
--mint-leaf:#00d1b2;
--mint-morning:#00e6c7;
}