Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1f4d3b;
}
.jewel-weed {
color: #4aa59b;
}
.frugal {
color: #a4d6b3;
}
.after-dinner-mint {
color: #e5f7e4;
}
.shyness {
color: #f3f2d8;
}
/* CSS Variables */
:root {
--brunswick-green:#1f4d3b;
--jewel-weed:#4aa59b;
--frugal:#a4d6b3;
--after-dinner-mint:#e5f7e4;
--shyness:#f3f2d8;
}