Color names in this palette
CSS code for this palette
/* CSS */
.ginger-cream {
color: #f0e0d6;
}
.stone-wash {
color: #e6d4c1;
}
.soba {
color: #d4b3a1;
}
.copper-moon {
color: #c49a78;
}
.tobey-rattan {
color: #af795a;
}
/* CSS Variables */
:root {
--ginger-cream:#f0e0d6;
--stone-wash:#e6d4c1;
--soba:#d4b3a1;
--copper-moon:#c49a78;
--tobey-rattan:#af795a;
}