Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4f3d6c;
}
.black-elder {
color: #a76c7d;
}
.buffalo-trail {
color: #e1af7a;
}
.yellow-cream {
color: #f2d36e;
}
.usubeni-red {
color: #f06a6a;
}
/* CSS Variables */
:root {
--succinct-violet:#4f3d6c;
--black-elder:#a76c7d;
--buffalo-trail:#e1af7a;
--yellow-cream:#f2d36e;
--usubeni-red:#f06a6a;
}