Color names in this palette
CSS code for this palette
/* CSS */
.jade-stone-green {
color: #6fbe7f;
}
.green-trance {
color: #a3d7a3;
}
.after-dinner-mint {
color: #e4f6e4;
}
.fine-linen {
color: #f9f9c3;
}
.old-flame {
color: #f5b7b2;
}
/* CSS Variables */
:root {
--jade-stone-green:#6fbe7f;
--green-trance:#a3d7a3;
--after-dinner-mint:#e4f6e4;
--fine-linen:#f9f9c3;
--old-flame:#f5b7b2;
}