Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-bread {
color: #d27e46;
}
.apricot-orange {
color: #c86b3c;
}
.beef-hotpot {
color: #aa5c2c;
}
.brown-eyed-girl {
color: #8b4d1d;
}
.sepia {
color: #70400f;
}
/* CSS Variables */
:root {
--pumpkin-bread:#d27e46;
--apricot-orange:#c86b3c;
--beef-hotpot:#aa5c2c;
--brown-eyed-girl:#8b4d1d;
--sepia:#70400f;
}