Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2c;
}
.night-romance {
color: #704c52;
}
.brandied-apple {
color: #a07e7f;
}
.candle-yellow {
color: #de9b6e;
}
.honey-tone {
color: #f9d99a;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2c;
--night-romance:#704c52;
--brandied-apple:#a07e7f;
--candle-yellow:#de9b6e;
--honey-tone:#f9d99a;
}