Color names in this palette
CSS code for this palette
/* CSS */
.japanese-violet {
color: #5e2c54;
}
.striking-purple {
color: #9b5086;
}
.pink-clay-pot {
color: #d68f96;
}
.peach-damask {
color: #f6c7a7;
}
.soya {
color: #f9e2be;
}
/* CSS Variables */
:root {
--japanese-violet:#5e2c54;
--striking-purple:#9b5086;
--pink-clay-pot:#d68f96;
--peach-damask:#f6c7a7;
--soya:#f9e2be;
}