Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3f92;
}
.violet-frog {
color: #8b6cb2;
}
.pretty-petunia {
color: #d4b7e1;
}
.watusi {
color: #f5ccbc;
}
.pink-mimosa {
color: #f9b6a9;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3f92;
--violet-frog:#8b6cb2;
--pretty-petunia:#d4b7e1;
--watusi:#f5ccbc;
--pink-mimosa:#f9b6a9;
}