Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sugar-rush {
color: #d6619c;
}
.parlour-red {
color: #a02c5e;
}
.brown-magenta {
color: #7b1e3b;
}
.maroon-oak {
color: #4b0c1c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sugar-rush:#d6619c;
--parlour-red:#a02c5e;
--brown-magenta:#7b1e3b;
--maroon-oak:#4b0c1c;
}