Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a269bf;
}
.bright-ube {
color: #d3a2e7;
}
.rosy-nectar {
color: #f2c4e1;
}
.hawaiian-cream {
color: #f9e6b9;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--prickly-purple:#a269bf;
--bright-ube:#d3a2e7;
--rosy-nectar:#f2c4e1;
--hawaiian-cream:#f9e6b9;
--n-rang-orange:#ff8052;
}