Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.folksy-gold {
color: #d89969;
}
.tequila {
color: #f4cca4;
}
.yellow-bliss {
color: #f3eab9;
}
.nihilakh-oxide {
color: #a2d8b5;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--folksy-gold:#d89969;
--tequila:#f4cca4;
--yellow-bliss:#f3eab9;
--nihilakh-oxide:#a2d8b5;
}