Color names in this palette
CSS code for this palette
/* CSS */
.bluff-stone {
color: #d1bd9f;
}
.prairie-land {
color: #e2ca9d;
}
.privileged {
color: #f4ead7;
}
.sour-patch-peach {
color: #f3dac3;
}
.copper-trail {
color: #bf8c78;
}
/* CSS Variables */
:root {
--bluff-stone:#d1bd9f;
--prairie-land:#e2ca9d;
--privileged:#f4ead7;
--sour-patch-peach:#f3dac3;
--copper-trail:#bf8c78;
}