Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75928;
}
.brass-balls {
color: #eabf3e;
}
.petit-four {
color: #7eb8d3;
}
.lush-grass {
color: #4c8c4a;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75928;
--brass-balls:#eabf3e;
--petit-four:#7eb8d3;
--lush-grass:#4c8c4a;
--heath-spotted-orchid:#a45b9c;
}