Color names in this palette
CSS code for this palette
/* CSS */
.teri-gaki-persimmon {
color: #e95d3a;
}
.ginger-milk {
color: #f7a050;
}
.hawkbit {
color: #fdd96d;
}
.two-peas-in-a-pod {
color: #a1d24b;
}
.resplendent-growth {
color: #3c8b3c;
}
/* CSS Variables */
:root {
--teri-gaki-persimmon:#e95d3a;
--ginger-milk:#f7a050;
--hawkbit:#fdd96d;
--two-peas-in-a-pod:#a1d24b;
--resplendent-growth:#3c8b3c;
}