Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4c3c5d;
}
.super-violet {
color: #795a8c;
}
.lush-lilac {
color: #a27dba;
}
.farm-straw {
color: #d4b74e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--powerful-mauve:#4c3c5d;
--super-violet:#795a8c;
--lush-lilac:#a27dba;
--farm-straw:#d4b74e;
--orange-gluttony:#e77e23;
}