Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7c3f8d;
}
.hidden-valley {
color: #6b9b3b;
}
.grape-green {
color: #a5e0a3;
}
.pretty-petunia {
color: #d7b3df;
}
.daisy-bush {
color: #5e3f8d;
}
/* CSS Variables */
:root {
--dull-violet:#7c3f8d;
--hidden-valley:#6b9b3b;
--grape-green:#a5e0a3;
--pretty-petunia:#d7b3df;
--daisy-bush:#5e3f8d;
}