Color names in this palette
CSS code for this palette
/* CSS */
.violet-purple {
color: #3e2d53;
}
.exotic-purple {
color: #6c4f7d;
}
.long-forgotten-purple {
color: #a4799b;
}
.desire-pink {
color: #f1c6d3;
}
.shell-ginger {
color: #f9e3d7;
}
/* CSS Variables */
:root {
--violet-purple:#3e2d53;
--exotic-purple:#6c4f7d;
--long-forgotten-purple:#a4799b;
--desire-pink:#f1c6d3;
--shell-ginger:#f9e3d7;
}