Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4c3c5d;
}
.carmen {
color: #7c3c3f;
}
.texas-ranger-brown {
color: #9f512d;
}
.ficus {
color: #3c5d3c;
}
.eerie-black {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--powerful-mauve:#4c3c5d;
--carmen:#7c3c3f;
--texas-ranger-brown:#9f512d;
--ficus:#3c5d3c;
--eerie-black:#1c1c1c;
}