Color names in this palette
CSS code for this palette
/* CSS */
.pure-beige {
color: #e7d0c5;
}
.dusty-gold {
color: #d9b99b;
}
.copper-moon {
color: #c49a78;
}
.honey-maple {
color: #a66c5e;
}
.rhubarb-smoothie {
color: #8b4b4b;
}
/* CSS Variables */
:root {
--pure-beige:#e7d0c5;
--dusty-gold:#d9b99b;
--copper-moon:#c49a78;
--honey-maple:#a66c5e;
--rhubarb-smoothie:#8b4b4b;
}