Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e1af7a;
}
.citrus-sachet {
color: #f3c7a5;
}
.walnut-cream {
color: #f6d8b1;
}
.tea-light {
color: #f6e4c1;
}
.star-shine {
color: #f7f8e2;
}
/* CSS Variables */
:root {
--buffalo-trail:#e1af7a;
--citrus-sachet:#f3c7a5;
--walnut-cream:#f6d8b1;
--tea-light:#f6e4c1;
--star-shine:#f7f8e2;
}