Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e2d0c5;
}
.canyon-trail {
color: #d6b8a8;
}
.familiar-beige {
color: #ccb09e;
}
.cream-washed {
color: #f2e1c5;
}
.arts-crafts-gold {
color: #f9c78b;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e2d0c5;
--canyon-trail:#d6b8a8;
--familiar-beige:#ccb09e;
--cream-washed:#f2e1c5;
--arts-crafts-gold:#f9c78b;
}