Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #7b5b4c;
}
.ginger-ale {
color: #c9a86e;
}
.bakelite {
color: #e3d4a5;
}
.soft-butter {
color: #f6e1b6;
}
.neighborly-peach {
color: #f0c0a3;
}
/* CSS Variables */
:root {
--cara-be:#7b5b4c;
--ginger-ale:#c9a86e;
--bakelite:#e3d4a5;
--soft-butter:#f6e1b6;
--neighborly-peach:#f0c0a3;
}