Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d3;
}
.elastic-pink {
color: #eba3cf;
}
.pretty-petunia {
color: #d9b9e4;
}
.venetian-rose {
color: #f0c7e2;
}
.pink-blush {
color: #f3aab4;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d3;
--elastic-pink:#eba3cf;
--pretty-petunia:#d9b9e4;
--venetian-rose:#f0c7e2;
--pink-blush:#f3aab4;
}