Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.range-land {
color: #6bbf4f;
}
.celery-sprig {
color: #a1d58b;
}
.sugar-cookie {
color: #f3e1a5;
}
.culpeo {
color: #e89d3b;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--range-land:#6bbf4f;
--celery-sprig:#a1d58b;
--sugar-cookie:#f3e1a5;
--culpeo:#e89d3b;
}