Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4d3b72;
}
.sumire-violet {
color: #705c9d;
}
.faraway-sky {
color: #8f7bc1;
}
.purple-premiere {
color: #b69dd2;
}
.pretty-petunia {
color: #d1b8e0;
}
/* CSS Variables */
:root {
--succinct-violet:#4d3b72;
--sumire-violet:#705c9d;
--faraway-sky:#8f7bc1;
--purple-premiere:#b69dd2;
--pretty-petunia:#d1b8e0;
}