Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.court-jester {
color: #8e6aa0;
}
.pretty-lady {
color: #c3a2b6;
}
.almond-cream {
color: #f5c29e;
}
.fruit-red {
color: #f6886a;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--court-jester:#8e6aa0;
--pretty-lady:#c3a2b6;
--almond-cream:#f5c29e;
--fruit-red:#f6886a;
}