Color names in this palette
CSS code for this palette
/* CSS */
.geode {
color: #4d3d6b;
}
.just-a-fairytale {
color: #6d5b9a;
}
.ornate {
color: #7f6a9a;
}
.lavender-sweater {
color: #b77fc3;
}
.lavender-pink {
color: #d58ed7;
}
/* CSS Variables */
:root {
--geode:#4d3d6b;
--just-a-fairytale:#6d5b9a;
--ornate:#7f6a9a;
--lavender-sweater:#b77fc3;
--lavender-pink:#d58ed7;
}