Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4d4b9b;
}
.venus-violet {
color: #7b70bd;
}
.distinct-purple {
color: #a68dc9;
}
.pretty-petunia {
color: #d8b3e6;
}
.grape-taffy {
color: #f3d8f0;
}
/* CSS Variables */
:root {
--liberty:#4d4b9b;
--venus-violet:#7b70bd;
--distinct-purple:#a68dc9;
--pretty-petunia:#d8b3e6;
--grape-taffy:#f3d8f0;
}