Color names in this palette
CSS code for this palette
/* CSS */
.antique-candle-light {
color: #f5e0d6;
}
.seasonal-beige {
color: #e9b8a0;
}
.balcony-sunset {
color: #d58c67;
}
.raw-copper {
color: #c66a4e;
}
.arabian-red {
color: #a34f3e;
}
/* CSS Variables */
:root {
--antique-candle-light:#f5e0d6;
--seasonal-beige:#e9b8a0;
--balcony-sunset:#d58c67;
--raw-copper:#c66a4e;
--arabian-red:#a34f3e;
}