Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.mid-tan {
color: #c4925a;
}
.summer-field {
color: #e2c178;
}
.pearl-yellow {
color: #f2e2ba;
}
.red-rock-panorama {
color: #b49f9d;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--mid-tan:#c4925a;
--summer-field:#e2c178;
--pearl-yellow:#f2e2ba;
--red-rock-panorama:#b49f9d;
}