Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-kiss {
color: #3c102b;
}
.ebizome-purple {
color: #682c4c;
}
.our-little-secret {
color: #a34d79;
}
.sugar-tooth {
color: #d58b9d;
}
.everblooming {
color: #f1c6b6;
}
/* CSS Variables */
:root {
--chocolate-kiss:#3c102b;
--ebizome-purple:#682c4c;
--our-little-secret:#a34d79;
--sugar-tooth:#d58b9d;
--everblooming:#f1c6b6;
}