Color names in this palette
CSS code for this palette
/* CSS */
.geode {
color: #4d3d6b;
}
.grapes-of-italy {
color: #6f4e8d;
}
.tobacco-leaf {
color: #8d6f4e;
}
.outlawed-orange {
color: #b56f4f;
}
.track-and-field {
color: #d5694d;
}
/* CSS Variables */
:root {
--geode:#4d3d6b;
--grapes-of-italy:#6f4e8d;
--tobacco-leaf:#8d6f4e;
--outlawed-orange:#b56f4f;
--track-and-field:#d5694d;
}