Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-tea {
color: #f6e8c1;
}
.eau-de-rose {
color: #e2b6d3;
}
.blush-essence {
color: #c78edc;
}
.ripe-lavander {
color: #a55fc8;
}
.purple-pleasures {
color: #7c4c9a;
}
/* CSS Variables */
:root {
--dandelion-tea:#f6e8c1;
--eau-de-rose:#e2b6d3;
--blush-essence:#c78edc;
--ripe-lavander:#a55fc8;
--purple-pleasures:#7c4c9a;
}