Color names in this palette
CSS code for this palette
/* CSS */
.dried-basil {
color: #8c8873;
}
.bud {
color: #a8a88f;
}
.northern-landscape {
color: #c4c2a1;
}
.schabziger-green {
color: #e1e1b7;
}
.fine-linen {
color: #f7f9c3;
}
/* CSS Variables */
:root {
--dried-basil:#8c8873;
--bud:#a8a88f;
--northern-landscape:#c4c2a1;
--schabziger-green:#e1e1b7;
--fine-linen:#f7f9c3;
}