Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a6e7;
}
.soft-purple {
color: #a770bd;
}
.parfait-d-amour {
color: #6d4d93;
}
.violet-indigo {
color: #4b2d6c;
}
.blackcurrant {
color: #281a38;
}
/* CSS Variables */
:root {
--bright-ube:#d5a6e7;
--soft-purple:#a770bd;
--parfait-d-amour:#6d4d93;
--violet-indigo:#4b2d6c;
--blackcurrant:#281a38;
}