Color names in this palette
CSS code for this palette
/* CSS */
.grape-smoke {
color: #b79bc0;
}
.candy-floss {
color: #e6a8e0;
}
.blush-hour {
color: #ff7092;
}
.floral-leaf {
color: #ffb84d;
}
.daisy-bush {
color: #5d3d8a;
}
/* CSS Variables */
:root {
--grape-smoke:#b79bc0;
--candy-floss:#e6a8e0;
--blush-hour:#ff7092;
--floral-leaf:#ffb84d;
--daisy-bush:#5d3d8a;
}