Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d3;
}
.wewak {
color: #f18e99;
}
.usubeni-red {
color: #f06a6a;
}
.peppermint-swirl {
color: #d65c7e;
}
.exuberant-pink {
color: #b4467f;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d3;
--wewak:#f18e99;
--usubeni-red:#f06a6a;
--peppermint-swirl:#d65c7e;
--exuberant-pink:#b4467f;
}