Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.moonlit-mauve {
color: #d392af;
}
.mauve-memento {
color: #a76c95;
}
.plum-jam {
color: #6f4c85;
}
.crown-jewel {
color: #4f2c63;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--moonlit-mauve:#d392af;
--mauve-memento:#a76c95;
--plum-jam:#6f4c85;
--crown-jewel:#4f2c63;
}