Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2e3b;
}
.cosmetic-red {
color: #a35c7b;
}
.desire-pink {
color: #f1c6d2;
}
.may-sun {
color: #f9e9d2;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2e3b;
--cosmetic-red:#a35c7b;
--desire-pink:#f1c6d2;
--may-sun:#f9e9d2;
--golden-glam:#f4b943;
}