Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4b3d71;
}
.butterfly-bush {
color: #6a5b8b;
}
.long-forgotten-purple {
color: #9f7a9c;
}
.georgian-pink {
color: #c4b6b5;
}
.pumpkin-cream {
color: #e7c7a6;
}
/* CSS Variables */
:root {
--izmir-purple:#4b3d71;
--butterfly-bush:#6a5b8b;
--long-forgotten-purple:#9f7a9c;
--georgian-pink:#c4b6b5;
--pumpkin-cream:#e7c7a6;
}