Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e4cfc4;
}
.soba {
color: #d2b4a3;
}
.rum-spice {
color: #a77a6c;
}
.sequoia-grove {
color: #8f5c4d;
}
.button-eyes {
color: #4f3c30;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e4cfc4;
--soba:#d2b4a3;
--rum-spice:#a77a6c;
--sequoia-grove:#8f5c4d;
--button-eyes:#4f3c30;
}