Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.belly-flop {
color: #00807d;
}
.verditer {
color: #00b3aa;
}
.first-timer-green {
color: #00e6d2;
}
.affen-turquoise {
color: #a3fffa;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--belly-flop:#00807d;
--verditer:#00b3aa;
--first-timer-green:#00e6d2;
--affen-turquoise:#a3fffa;
}