Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.purple-paradise {
color: #7b699b;
}
.cosmic-sky {
color: #a9a8c2;
}
.fresh-heather {
color: #d3c3df;
}
.meringue {
color: #f3e4b4;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--purple-paradise:#7b699b;
--cosmic-sky:#a9a8c2;
--fresh-heather:#d3c3df;
--meringue:#f3e4b4;
}