Color names in this palette
CSS code for this palette
/* CSS */
.feminism {
color: #9a5b82;
}
.beetroot-rice {
color: #c78a9d;
}
.berries-n-cream {
color: #f1b6c7;
}
.pink-lily {
color: #f8d3e7;
}
.minute-mauve {
color: #f3e1f4;
}
/* CSS Variables */
:root {
--feminism:#9a5b82;
--beetroot-rice:#c78a9d;
--berries-n-cream:#f1b6c7;
--pink-lily:#f8d3e7;
--minute-mauve:#f3e1f4;
}