Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c79b6b;
}
.golden-age {
color: #d0a976;
}
.bundle-of-wheat {
color: #e6b884;
}
.cream-blush {
color: #f7c497;
}
.monarch-orange {
color: #f2a469;
}
/* CSS Variables */
:root {
--amber-autumn:#c79b6b;
--golden-age:#d0a976;
--bundle-of-wheat:#e6b884;
--cream-blush:#f7c497;
--monarch-orange:#f2a469;
}