Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.matt-purple {
color: #887ae1;
}
.simply-violet {
color: #a8a3e0;
}
.golden-rule {
color: #d6af4c;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--matt-purple:#887ae1;
--simply-violet:#a8a3e0;
--golden-rule:#d6af4c;
--capocollo:#d84f4f;
}