Color names in this palette
CSS code for this palette
/* CSS */
.greyed-jade {
color: #94b8a4;
}
.lagoon {
color: #4b9b8b;
}
.nero-s-green {
color: #2e7e7f;
}
.burnt-bamboo {
color: #4e3c3e;
}
.tartare {
color: #c35b3c;
}
/* CSS Variables */
:root {
--greyed-jade:#94b8a4;
--lagoon:#4b9b8b;
--nero-s-green:#2e7e7f;
--burnt-bamboo:#4e3c3e;
--tartare:#c35b3c;
}