Color names in this palette
CSS code for this palette
/* CSS */
.lavendula {
color: #bfa6c9;
}
.divine {
color: #9b7b9d;
}
.perfectly-purple {
color: #6a4b7c;
}
.deep-plum {
color: #4a2b5a;
}
.blackcurrant {
color: #2d1438;
}
/* CSS Variables */
:root {
--lavendula:#bfa6c9;
--divine:#9b7b9d;
--perfectly-purple:#6a4b7c;
--deep-plum:#4a2b5a;
--blackcurrant:#2d1438;
}