Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-bread {
color: #d47c49;
}
.porsche {
color: #e29a5a;
}
.sassy-yellow {
color: #f3c172;
}
.barley-white {
color: #f7e4b6;
}
.self-destruct {
color: #c3b298;
}
/* CSS Variables */
:root {
--pumpkin-bread:#d47c49;
--porsche:#e29a5a;
--sassy-yellow:#f3c172;
--barley-white:#f7e4b6;
--self-destruct:#c3b298;
}