Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e1af7a;
}
.citrus-sachet {
color: #f1c5a7;
}
.friendly-yellow {
color: #f5e1b2;
}
.flower-field {
color: #d8a96e;
}
.raffia-ribbon {
color: #cbae8b;
}
/* CSS Variables */
:root {
--buffalo-trail:#e1af7a;
--citrus-sachet:#f1c5a7;
--friendly-yellow:#f5e1b2;
--flower-field:#d8a96e;
--raffia-ribbon:#cbae8b;
}