Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #a983c9;
}
.pretty-petunia {
color: #d3b3e0;
}
.rosy-nectar {
color: #f4c3e0;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#a983c9;
--pretty-petunia:#d3b3e0;
--rosy-nectar:#f4c3e0;
--n-rang-orange:#ff8052;
}