Color names in this palette
CSS code for this palette
/* CSS */
.deep-fir {
color: #1c3b25;
}
.fairway {
color: #496e4d;
}
.tiki-monster {
color: #8cba8f;
}
.duck-egg-cream {
color: #c5e2d5;
}
.frosted-juniper {
color: #f0f6ea;
}
/* CSS Variables */
:root {
--deep-fir:#1c3b25;
--fairway:#496e4d;
--tiki-monster:#8cba8f;
--duck-egg-cream:#c5e2d5;
--frosted-juniper:#f0f6ea;
}