Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f4a4d7;
}
.blushed-bombshell {
color: #e97cca;
}
.pink-carnation {
color: #e67a9c;
}
.venetian-rose {
color: #f0c7e0;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--violet-kiss:#f4a4d7;
--blushed-bombshell:#e97cca;
--pink-carnation:#e67a9c;
--venetian-rose:#f0c7e0;
--wildflower-bouquet:#ffb3b3;
}