Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.buzzards-bay {
color: #00787a;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-panic {
color: #2ed1d1;
}
.everest {
color: #9ee5e5;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--buzzards-bay:#00787a;
--cyan-sky:#00b2b3;
--turquoise-panic:#2ed1d1;
--everest:#9ee5e5;
}