Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.fulgrim-pink {
color: #f6b1d1;
}
.rose-mallow {
color: #f1a7c6;
}
.sugar-tooth {
color: #d88da4;
}
.mauve-memento {
color: #a86b93;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--fulgrim-pink:#f6b1d1;
--rose-mallow:#f1a7c6;
--sugar-tooth:#d88da4;
--mauve-memento:#a86b93;
}