Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.cleopatra-s-gown {
color: #7e4f8c;
}
.golgfag-brown {
color: #d77f70;
}
.goldsmith {
color: #f2b650;
}
.blended-fruit {
color: #f8e1a5;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--cleopatra-s-gown:#7e4f8c;
--golgfag-brown:#d77f70;
--goldsmith:#f2b650;
--blended-fruit:#f8e1a5;
}