Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.bitter-dandelion {
color: #6bbf3b;
}
.bilious-green {
color: #a5d86f;
}
.frozen-forest {
color: #d0efb3;
}
.milk-foam {
color: #f4fce3;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--bitter-dandelion:#6bbf3b;
--bilious-green:#a5d86f;
--frozen-forest:#d0efb3;
--milk-foam:#f4fce3;
}