Color names in this palette
CSS code for this palette
/* CSS */
.clarified-butter {
color: #e4a125;
}
.phellodendron-amurense {
color: #f3c239;
}
.wake-me-up {
color: #f5d75b;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
.resplendent-growth {
color: #3e8b3c;
}
/* CSS Variables */
:root {
--clarified-butter:#e4a125;
--phellodendron-amurense:#f3c239;
--wake-me-up:#f5d75b;
--two-peas-in-a-pod:#a1d64c;
--resplendent-growth:#3e8b3c;
}