Color names in this palette
CSS code for this palette
/* CSS */
.french-vanilla {
color: #efe0a4;
}
.ceremonial-gold {
color: #d4a159;
}
.rumba-orange {
color: #c77c43;
}
.chestnut-stallion {
color: #9b5d3b;
}
.burnished-russet {
color: #793d2a;
}
/* CSS Variables */
:root {
--french-vanilla:#efe0a4;
--ceremonial-gold:#d4a159;
--rumba-orange:#c77c43;
--chestnut-stallion:#9b5d3b;
--burnished-russet:#793d2a;
}