Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.link-to-the-past {
color: #d0b38a;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.corn-maze {
color: #e0aa6c;
}
.deep-reddish-orange {
color: #ba5f3b;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--link-to-the-past:#d0b38a;
--antique-wicker-basket:#f2d4a1;
--corn-maze:#e0aa6c;
--deep-reddish-orange:#ba5f3b;
}