Color names in this palette
CSS code for this palette
/* CSS */
.jade-stone-green {
color: #6fbe7f;
}
.nihilakh-oxide {
color: #a2d8b3;
}
.frosted-mint {
color: #e3f2e3;
}
.bean-sprout {
color: #f5f9e7;
}
.just-peachy {
color: #f8c572;
}
/* CSS Variables */
:root {
--jade-stone-green:#6fbe7f;
--nihilakh-oxide:#a2d8b3;
--frosted-mint:#e3f2e3;
--bean-sprout:#f5f9e7;
--just-peachy:#f8c572;
}