Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7c5f9b;
}
.virtuous {
color: #a17aa8;
}
.pink-marshmallow {
color: #f1b1d2;
}
.pressed-rose {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7c5f9b;
--virtuous:#a17aa8;
--pink-marshmallow:#f1b1d2;
--pressed-rose:#f1a7a7;
}