Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.clear-mauve {
color: #7a6cb2;
}
.bloomsberry {
color: #a79bc5;
}
.lacquer-mauve {
color: #f1d0e4;
}
.fuchsia-fever {
color: #ff5c9d;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--clear-mauve:#7a6cb2;
--bloomsberry:#a79bc5;
--lacquer-mauve:#f1d0e4;
--fuchsia-fever:#ff5c9d;
}