Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4e3b6d;
}
.super-violet {
color: #795a8c;
}
.antique-hot-pink {
color: #b483a1;
}
.acadia-bloom {
color: #e6b7c1;
}
.oat-flour {
color: #f8e5ce;
}
/* CSS Variables */
:root {
--succinct-violet:#4e3b6d;
--super-violet:#795a8c;
--antique-hot-pink:#b483a1;
--acadia-bloom:#e6b7c1;
--oat-flour:#f8e5ce;
}