Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f2cae6;
}
.violet-kiss {
color: #f1a7d5;
}
.blushed-bombshell {
color: #e882c4;
}
.sugar-rush {
color: #d75ba8;
}
.meadow-mauve {
color: #a85d94;
}
/* CSS Variables */
:root {
--sparkling-pink:#f2cae6;
--violet-kiss:#f1a7d5;
--blushed-bombshell:#e882c4;
--sugar-rush:#d75ba8;
--meadow-mauve:#a85d94;
}