Color names in this palette
CSS code for this palette
/* CSS */
.reed-mace {
color: #d0593e;
}
.sweet-potato {
color: #d87a3b;
}
.mellowed-gold {
color: #e2aa50;
}
.bountiful-gold {
color: #e5c76c;
}
.riviera-sand {
color: #e0c79e;
}
/* CSS Variables */
:root {
--reed-mace:#d0593e;
--sweet-potato:#d87a3b;
--mellowed-gold:#e2aa50;
--bountiful-gold:#e5c76c;
--riviera-sand:#e0c79e;
}