Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.cardboard {
color: #c19b6c;
}
.fire-coral {
color: #e7b36e;
}
.afternoon-stroll {
color: #d9c4a0;
}
.sun-s-glory {
color: #f6f2e4;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--cardboard:#c19b6c;
--fire-coral:#e7b36e;
--afternoon-stroll:#d9c4a0;
--sun-s-glory:#f6f2e4;
}