Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7d599b;
}
.heart-potion {
color: #a77fad;
}
.misty-memories {
color: #e9c3d4;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7d599b;
--heart-potion:#a77fad;
--misty-memories:#e9c3d4;
--calabrese:#f1a8a2;
}