Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4a7c2d;
}
.natural-order {
color: #7aa92d;
}
.acid-candy {
color: #a9c34b;
}
.yellow-petal {
color: #e9e94e;
}
.chaat-masala {
color: #f07f2d;
}
/* CSS Variables */
:root {
--master-chief:#4a7c2d;
--natural-order:#7aa92d;
--acid-candy:#a9c34b;
--yellow-petal:#e9e94e;
--chaat-masala:#f07f2d;
}