Color names in this palette
CSS code for this palette
/* CSS */
.jericho-jade {
color: #4f8c80;
}
.nihilakh-oxide {
color: #a0dab4;
}
.weathered-mint {
color: #e4f9e1;
}
.lion-cub {
color: #f9cda4;
}
.copperhead {
color: #d28356;
}
/* CSS Variables */
:root {
--jericho-jade:#4f8c80;
--nihilakh-oxide:#a0dab4;
--weathered-mint:#e4f9e1;
--lion-cub:#f9cda4;
--copperhead:#d28356;
}