Color names in this palette
CSS code for this palette
/* CSS */
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.eerie-glow {
color: #a7d7b8;
}
.douglas-fir-green {
color: #6f9b7f;
}
.royal-hunter-green {
color: #3e5b46;
}
.forestry {
color: #2b3d24;
}
/* CSS Variables */
:root {
--pale-mountain-lake-turquoise:#bae3d5;
--eerie-glow:#a7d7b8;
--douglas-fir-green:#6f9b7f;
--royal-hunter-green:#3e5b46;
--forestry:#2b3d24;
}