Color names in this palette
CSS code for this palette
/* CSS */
.melrose {
color: #c4b2e0;
}
.wisteria {
color: #a77ccb;
}
.white-oak {
color: #d09c6c;
}
.maximum-yellow-red {
color: #f4b548;
}
.rose-fusion {
color: #f76050;
}
/* CSS Variables */
:root {
--melrose:#c4b2e0;
--wisteria:#a77ccb;
--white-oak:#d09c6c;
--maximum-yellow-red:#f4b548;
--rose-fusion:#f76050;
}