Color names in this palette
CSS code for this palette
/* CSS */
.red-onion {
color: #4c2f3f;
}
.sinful {
color: #6a4e59;
}
.mountbatten-pink {
color: #9c7c8e;
}
.tsarina {
color: #d1b3c5;
}
.blush-tint {
color: #f3e2e6;
}
/* CSS Variables */
:root {
--red-onion:#4c2f3f;
--sinful:#6a4e59;
--mountbatten-pink:#9c7c8e;
--tsarina:#d1b3c5;
--blush-tint:#f3e2e6;
}