Color names in this palette
CSS code for this palette
/* CSS */
.magenta-memoir {
color: #aa509e;
}
.muddy-mauve {
color: #e2b1d0;
}
.pale-petunia {
color: #f6c1c9;
}
.light-sh-shin-yellow {
color: #f5e67f;
}
.fizzy-peach {
color: #f9bb5d;
}
/* CSS Variables */
:root {
--magenta-memoir:#aa509e;
--muddy-mauve:#e2b1d0;
--pale-petunia:#f6c1c9;
--light-sh-shin-yellow:#f5e67f;
--fizzy-peach:#f9bb5d;
}