Color names in this palette
CSS code for this palette
/* CSS */
.manila {
color: #e6cba8;
}
.dusty-gold {
color: #d6b89a;
}
.peanut-butter-crust {
color: #c6a58b;
}
.sugared-almond {
color: #b69d7c;
}
.mongoose {
color: #a58b6f;
}
/* CSS Variables */
:root {
--manila:#e6cba8;
--dusty-gold:#d6b89a;
--peanut-butter-crust:#c6a58b;
--sugared-almond:#b69d7c;
--mongoose:#a58b6f;
}