Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d5;
}
.rosy-nectar {
color: #f5c2e0;
}
.prettiest-pink {
color: #e6a3c9;
}
.herb-robert {
color: #dca3e0;
}
.soft-purple {
color: #aa6cb7;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d5;
--rosy-nectar:#f5c2e0;
--prettiest-pink:#e6a3c9;
--herb-robert:#dca3e0;
--soft-purple:#aa6cb7;
}