Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.buzzards-bay {
color: #007a7a;
}
.aqua-velvet {
color: #00a39e;
}
.amazonite {
color: #00c2b5;
}
.first-timer-green {
color: #00e6d2;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--buzzards-bay:#007a7a;
--aqua-velvet:#00a39e;
--amazonite:#00c2b5;
--first-timer-green:#00e6d2;
}