Color names in this palette
CSS code for this palette
/* CSS */
.no-more-drama {
color: #a63f3f;
}
.terra-tone {
color: #b86b6b;
}
.peanut-butter-crust {
color: #c8a389;
}
.pastel-rose-tan {
color: #e4c5af;
}
.candle-wax {
color: #f2e9cf;
}
/* CSS Variables */
:root {
--no-more-drama:#a63f3f;
--terra-tone:#b86b6b;
--peanut-butter-crust:#c8a389;
--pastel-rose-tan:#e4c5af;
--candle-wax:#f2e9cf;
}