Color names in this palette
CSS code for this palette
/* CSS */
.sauerkraut {
color: #f0e0b7;
}
.golden-gate {
color: #d8c19d;
}
.nettle {
color: #bfaf7d;
}
.zandri-dust {
color: #a69b64;
}
.sour-bubba {
color: #8b8150;
}
/* CSS Variables */
:root {
--sauerkraut:#f0e0b7;
--golden-gate:#d8c19d;
--nettle:#bfaf7d;
--zandri-dust:#a69b64;
--sour-bubba:#8b8150;
}