Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4b3d71;
}
.ghostly-purple {
color: #7c5b8f;
}
.usu-pink {
color: #a77b9d;
}
.shrimp-cocktail {
color: #f4a462;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--izmir-purple:#4b3d71;
--ghostly-purple:#7c5b8f;
--usu-pink:#a77b9d;
--shrimp-cocktail:#f4a462;
--sunshine-mellow:#f1c40e;
}