Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.meadow-mauve {
color: #b25c8e;
}
.shrimp-cocktail {
color: #f4a462;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--meadow-mauve:#b25c8e;
--shrimp-cocktail:#f4a462;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
}