Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f24;
}
.raven-s-wing {
color: #4c3e46;
}
.carnation-festival {
color: #8f5b6e;
}
.city-sunrise {
color: #d3a77e;
}
.peach-shortcake {
color: #f2dfd4;
}
/* CSS Variables */
:root {
--noble-black:#1e1f24;
--raven-s-wing:#4c3e46;
--carnation-festival:#8f5b6e;
--city-sunrise:#d3a77e;
--peach-shortcake:#f2dfd4;
}