Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b4e4;
}
.soft-purple {
color: #a36ab4;
}
.grapes-of-italy {
color: #6c4a8c;
}
.rose-bud {
color: #b55e9d;
}
.little-baby-girl {
color: #f9b9d3;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b4e4;
--soft-purple:#a36ab4;
--grapes-of-italy:#6c4a8c;
--rose-bud:#b55e9d;
--little-baby-girl:#f9b9d3;
}