Color names in this palette
CSS code for this palette
/* CSS */
.zinfandel {
color: #5c1f3d;
}
.rhine-wine {
color: #c36993;
}
.august-morning {
color: #ffd79e;
}
.chopped-chive {
color: #2f6a4f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--zinfandel:#5c1f3d;
--rhine-wine:#c36993;
--august-morning:#ffd79e;
--chopped-chive:#2f6a4f;
--sunshine-mellow:#f1c40e;
}