Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.mirage-of-violets {
color: #7b1e6f;
}
.je-t-aime {
color: #b86b99;
}
.sugar-high {
color: #f1c6e7;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--mirage-of-violets:#7b1e6f;
--je-t-aime:#b86b99;
--sugar-high:#f1c6e7;
--white:#ffffff;
}