Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #5b3f2f;
}
.mocha-madness {
color: #8b6b5b;
}
.nomadic-desert {
color: #c7b199;
}
.autumn-haze {
color: #d4c1af;
}
.northern-beach {
color: #e9dad3;
}
/* CSS Variables */
:root {
--potting-soil:#5b3f2f;
--mocha-madness:#8b6b5b;
--nomadic-desert:#c7b199;
--autumn-haze:#d4c1af;
--northern-beach:#e9dad3;
}