Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e4cfc4;
}
.canyon-trail {
color: #d6b9a8;
}
.calliope {
color: #c69b8b;
}
.chutney-brown {
color: #a87861;
}
.spicy-mix {
color: #8c5c4a;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e4cfc4;
--canyon-trail:#d6b9a8;
--calliope:#c69b8b;
--chutney-brown:#a87861;
--spicy-mix:#8c5c4a;
}