Color names in this palette
CSS code for this palette
/* CSS */
.hint-of-orange {
color: #f7e7d9;
}
.classic-terra {
color: #e4cdaf;
}
.beachwalk {
color: #d1b47b;
}
.gold-spell {
color: #c09c5d;
}
.gallant-gold {
color: #a77639;
}
/* CSS Variables */
:root {
--hint-of-orange:#f7e7d9;
--classic-terra:#e4cdaf;
--beachwalk:#d1b47b;
--gold-spell:#c09c5d;
--gallant-gold:#a77639;
}