Color names in this palette
CSS code for this palette
/* CSS */
.herb-blend {
color: #4b816c;
}
.pastel-meadow {
color: #a6c9b1;
}
.schabziger-green {
color: #e1e5b8;
}
.chai-latte {
color: #f8c8a0;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--herb-blend:#4b816c;
--pastel-meadow:#a6c9b1;
--schabziger-green:#e1e5b8;
--chai-latte:#f8c8a0;
--mod-orange:#d75b3c;
}