Color names in this palette
CSS code for this palette
/* CSS */
.powerful-violet {
color: #3c1f4c;
}
.amaranth-purple {
color: #6b3c8b;
}
.thimble-red {
color: #a35c8e;
}
.monarch-orange {
color: #f1a06a;
}
.cream-washed {
color: #f1e0c6;
}
/* CSS Variables */
:root {
--powerful-violet:#3c1f4c;
--amaranth-purple:#6b3c8b;
--thimble-red:#a35c8e;
--monarch-orange:#f1a06a;
--cream-washed:#f1e0c6;
}