Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.prism-pink {
color: #f2a1c5;
}
.blushed-bombshell {
color: #e68ec7;
}
.firm-pink {
color: #d48cc6;
}
.violetta {
color: #a76c9a;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--prism-pink:#f2a1c5;
--blushed-bombshell:#e68ec7;
--firm-pink:#d48cc6;
--violetta:#a76c9a;
}