Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d6619c;
}
.prism-pink {
color: #f0a3c0;
}
.pink-dogwood {
color: #f7cfd3;
}
.canyon-dusk {
color: #e0c4b8;
}
.pink-jazz {
color: #9e6b8b;
}
/* CSS Variables */
:root {
--sugar-rush:#d6619c;
--prism-pink:#f0a3c0;
--pink-dogwood:#f7cfd3;
--canyon-dusk:#e0c4b8;
--pink-jazz:#9e6b8b;
}