Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.violet-femmes {
color: #a8719d;
}
.geranium-bud {
color: #d0a4c6;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--violet-femmes:#a8719d;
--geranium-bud:#d0a4c6;
--hot-aquarelle-pink:#ffb3e0;
--sun-orange:#f47b1f;
}