Color names in this palette
CSS code for this palette
/* CSS */
.tan {
color: #d4b26e;
}
.crackled-leather {
color: #a37f4d;
}
.wooden-cabin {
color: #7a5b3e;
}
.cioccolato {
color: #5d3a2d;
}
.brown-pod {
color: #3b1f1c;
}
/* CSS Variables */
:root {
--tan:#d4b26e;
--crackled-leather:#a37f4d;
--wooden-cabin:#7a5b3e;
--cioccolato:#5d3a2d;
--brown-pod:#3b1f1c;
}