Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f4a4d7;
}
.cherry-blossom {
color: #f6c1d7;
}
.pork-belly {
color: #f8e2e7;
}
.light-pink-tone {
color: #fad6d9;
}
.love-spell {
color: #f8b9c5;
}
/* CSS Variables */
:root {
--violet-kiss:#f4a4d7;
--cherry-blossom:#f6c1d7;
--pork-belly:#f8e2e7;
--light-pink-tone:#fad6d9;
--love-spell:#f8b9c5;
}