Color names in this palette
CSS code for this palette
/* CSS */
.witty-green {
color: #b3d89d;
}
.pistachio-green {
color: #a8d39c;
}
.white-vienna {
color: #c6e0b2;
}
.schabziger-green {
color: #e4e1b4;
}
.pie-crust {
color: #f3d9a0;
}
/* CSS Variables */
:root {
--witty-green:#b3d89d;
--pistachio-green:#a8d39c;
--white-vienna:#c6e0b2;
--schabziger-green:#e4e1b4;
--pie-crust:#f3d9a0;
}