Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.prickly-purple {
color: #a862b2;
}
.pretty-petunia {
color: #dab2e0;
}
.tickled-pink {
color: #f1a7c3;
}
.pinenut {
color: #f6d8b6;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--prickly-purple:#a862b2;
--pretty-petunia:#dab2e0;
--tickled-pink:#f1a7c3;
--pinenut:#f6d8b6;
}