Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.rustic-adobe {
color: #d79b70;
}
.citrus-sachet {
color: #f1c6a7;
}
.friendly-yellow {
color: #f4e1b3;
}
.yolk-yellow {
color: #e2b150;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--rustic-adobe:#d79b70;
--citrus-sachet:#f1c6a7;
--friendly-yellow:#f4e1b3;
--yolk-yellow:#e2b150;
}