Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.reptilian-green {
color: #009982;
}
.billiard {
color: #00b39e;
}
.mint-morning {
color: #00d6c4;
}
.first-timer-green {
color: #00e6de;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--reptilian-green:#009982;
--billiard:#00b39e;
--mint-morning:#00d6c4;
--first-timer-green:#00e6de;
}