Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.serape {
color: #d68a4c;
}
.golden-hour {
color: #f1b55b;
}
.soft-saffron {
color: #ffd480;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--serape:#d68a4c;
--golden-hour:#f1b55b;
--soft-saffron:#ffd480;
--tunisian-stone:#ffdfb3;
}