Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.angel-food-cake {
color: #daa44e;
}
.calla {
color: #f1e1b6;
}
.camel-red {
color: #e8773b;
}
.chocolate-rain {
color: #6e4d2b;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--angel-food-cake:#daa44e;
--calla:#f1e1b6;
--camel-red:#e8773b;
--chocolate-rain:#6e4d2b;
}