Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.summerset {
color: #c67b39;
}
.welcoming-wasp {
color: #f0a800;
}
.colorado-peach {
color: #e69947;
}
.tangerine-bliss {
color: #d65b2e;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--summerset:#c67b39;
--welcoming-wasp:#f0a800;
--colorado-peach:#e69947;
--tangerine-bliss:#d65b2e;
}