Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.cheater {
color: #f1b05b;
}
.peru {
color: #d1873d;
}
.beef-hotpot {
color: #a85b2e;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--antique-wicker-basket:#f3d2a0;
--cheater:#f1b05b;
--peru:#d1873d;
--beef-hotpot:#a85b2e;
}