Color names in this palette
CSS code for this palette
/* CSS */
.striking-purple {
color: #904c8c;
}
.lion-of-menecrates {
color: #f2a769;
}
.iced-avocado {
color: #c7e5b8;
}
.memphis-green {
color: #5f9b7f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--striking-purple:#904c8c;
--lion-of-menecrates:#f2a769;
--iced-avocado:#c7e5b8;
--memphis-green:#5f9b7f;
--creamy-sweet-corn:#f9c54e;
}