Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.bright-sienna {
color: #d88a5a;
}
.allspice {
color: #f4cca9;
}
.almond-biscuit {
color: #e8c7a6;
}
.sandy-beach {
color: #fae1d1;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--bright-sienna:#d88a5a;
--allspice:#f4cca9;
--almond-biscuit:#e8c7a6;
--sandy-beach:#fae1d1;
}