Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f4a4d7;
}
.dream-land {
color: #f1b1e5;
}
.exotic-violet {
color: #e3a1d3;
}
.lilac-chiffon {
color: #e19dc4;
}
.little-bow-pink {
color: #d77e9d;
}
/* CSS Variables */
:root {
--violet-kiss:#f4a4d7;
--dream-land:#f1b1e5;
--exotic-violet:#e3a1d3;
--lilac-chiffon:#e19dc4;
--little-bow-pink:#d77e9d;
}