Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f8d8e2;
}
.rose-mallow {
color: #f2a6c8;
}
.fuchsia-blush {
color: #e378b3;
}
.orion {
color: #d651aa;
}
.safflower-purple {
color: #b04a9a;
}
/* CSS Variables */
:root {
--pink-frosting:#f8d8e2;
--rose-mallow:#f2a6c8;
--fuchsia-blush:#e378b3;
--orion:#d651aa;
--safflower-purple:#b04a9a;
}