Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.ridgeline {
color: #7a5c48;
}
.gramps-shoehorn {
color: #a2896d;
}
.bespoke {
color: #d4b8a0;
}
.cream-pink {
color: #f7e4d9;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--ridgeline:#7a5c48;
--gramps-shoehorn:#a2896d;
--bespoke:#d4b8a0;
--cream-pink:#f7e4d9;
}