Color names in this palette
CSS code for this palette
/* CSS */
.berry-syrup {
color: #67517b;
}
.paisley-purple {
color: #8b7bb2;
}
.feminine-fancy {
color: #c1a7d2;
}
.cameo-appearance {
color: #dfbec4;
}
.melon-tint {
color: #f7e6d4;
}
/* CSS Variables */
:root {
--berry-syrup:#67517b;
--paisley-purple:#8b7bb2;
--feminine-fancy:#c1a7d2;
--cameo-appearance:#dfbec4;
--melon-tint:#f7e6d4;
}