Color names in this palette
CSS code for this palette
/* CSS */
.light-curd {
color: #f9eac8;
}
.lusty-salmon {
color: #f1b2a7;
}
.wet-pottery-clay {
color: #e07d6c;
}
.dahlia-mauve {
color: #b55e8d;
}
.parfait-d-amour {
color: #6f4c94;
}
/* CSS Variables */
:root {
--light-curd:#f9eac8;
--lusty-salmon:#f1b2a7;
--wet-pottery-clay:#e07d6c;
--dahlia-mauve:#b55e8d;
--parfait-d-amour:#6f4c94;
}