Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75c28;
}
.earthen-jug {
color: #a75e39;
}
.splendiferous {
color: #7f6c7b;
}
.zenith {
color: #497b9c;
}
.green-jelly {
color: #2e9e84;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75c28;
--earthen-jug:#a75e39;
--splendiferous:#7f6c7b;
--zenith:#497b9c;
--green-jelly:#2e9e84;
}