Color names in this palette
CSS code for this palette
/* CSS */
.aubergine-mauve {
color: #3c2c3f;
}
.crowning {
color: #5c4f6d;
}
.ornate {
color: #7f6c93;
}
.enchanted-lavender {
color: #c1a6d9;
}
.childlike {
color: #e8bfd2;
}
/* CSS Variables */
:root {
--aubergine-mauve:#3c2c3f;
--crowning:#5c4f6d;
--ornate:#7f6c93;
--enchanted-lavender:#c1a6d9;
--childlike:#e8bfd2;
}