Color names in this palette
CSS code for this palette
/* CSS */
.valentino-nero {
color: #3a2c3a;
}
.dark-energy {
color: #4e3b4d;
}
.basil-mauve {
color: #6b4e6e;
}
.wild-mulberry {
color: #a9608c;
}
.sugar-tooth {
color: #d38d9f;
}
/* CSS Variables */
:root {
--valentino-nero:#3a2c3a;
--dark-energy:#4e3b4d;
--basil-mauve:#6b4e6e;
--wild-mulberry:#a9608c;
--sugar-tooth:#d38d9f;
}