Color names in this palette
CSS code for this palette
/* CSS */
.french-bustle {
color: #f4d5d2;
}
.chantilly {
color: #eab8c9;
}
.exotic-violet {
color: #e8a1d0;
}
.cyclamen {
color: #d68abe;
}
.mauve-memento {
color: #a76c96;
}
/* CSS Variables */
:root {
--french-bustle:#f4d5d2;
--chantilly:#eab8c9;
--exotic-violet:#e8a1d0;
--cyclamen:#d68abe;
--mauve-memento:#a76c96;
}