Color names in this palette
CSS code for this palette
/* CSS */
.porsche {
color: #e1a35b;
}
.coppersmith {
color: #d78c42;
}
.desert-spice {
color: #c66e2f;
}
.garfield {
color: #a6542b;
}
.semi-sweet-chocolate {
color: #6c4028;
}
/* CSS Variables */
:root {
--porsche:#e1a35b;
--coppersmith:#d78c42;
--desert-spice:#c66e2f;
--garfield:#a6542b;
--semi-sweet-chocolate:#6c4028;
}