Color names in this palette
CSS code for this palette
/* CSS */
.viva-magenta {
color: #9c408e;
}
.young-purple {
color: #bf63a2;
}
.blushing-tulip {
color: #e59fbc;
}
.love-spell {
color: #f5b7c5;
}
.cool-cream {
color: #fce5d9;
}
/* CSS Variables */
:root {
--viva-magenta:#9c408e;
--young-purple:#bf63a2;
--blushing-tulip:#e59fbc;
--love-spell:#f5b7c5;
--cool-cream:#fce5d9;
}