Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3b8c;
}
.violet-femmes {
color: #a56f9d;
}
.shrimp-cocktail {
color: #f4a462;
}
.wake-me-up {
color: #f6d55a;
}
.irish {
color: #3f8d5a;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3b8c;
--violet-femmes:#a56f9d;
--shrimp-cocktail:#f4a462;
--wake-me-up:#f6d55a;
--irish:#3f8d5a;
}