Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.venus-violet {
color: #7d69bf;
}
.puturple {
color: #a89fd0;
}
.pretty-petunia {
color: #d6b7e1;
}
.radiant-sun {
color: #f2c950;
}
/* CSS Variables */
:root {
--liberty:#544592;
--venus-violet:#7d69bf;
--puturple:#a89fd0;
--pretty-petunia:#d6b7e1;
--radiant-sun:#f2c950;
}