Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a35c9d;
}
.purple-hollyhock {
color: #d770b8;
}
.violet-kiss {
color: #f5a3d8;
}
.light-quilt {
color: #fde1d3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a35c9d;
--purple-hollyhock:#d770b8;
--violet-kiss:#f5a3d8;
--light-quilt:#fde1d3;
--creamy-sweet-corn:#f9c54e;
}