Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e1af7a;
}
.scalloped-oak {
color: #f3d0a0;
}
.menoth-white-base {
color: #f5e9b8;
}
.light-blue-glint {
color: #a8d3e1;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--buffalo-trail:#e1af7a;
--scalloped-oak:#f3d0a0;
--menoth-white-base:#f5e9b8;
--light-blue-glint:#a8d3e1;
--sea-loch:#6d9bd0;
}