Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d9cba0;
}
.beachside-villa {
color: #c5b196;
}
.mongoose {
color: #a58b6f;
}
.bran {
color: #a86e4d;
}
.egyptian-jasper {
color: #794b39;
}
/* CSS Variables */
:root {
--ground-ginger:#d9cba0;
--beachside-villa:#c5b196;
--mongoose:#a58b6f;
--bran:#a86e4d;
--egyptian-jasper:#794b39;
}