Color names in this palette
CSS code for this palette
/* CSS */
.dessert-cream {
color: #f6e2d0;
}
.warming-peach {
color: #e6b7a2;
}
.pink-pussycat {
color: #d89d9f;
}
.malevolent-mauve {
color: #b7668b;
}
.magenta-haze {
color: #a34d72;
}
/* CSS Variables */
:root {
--dessert-cream:#f6e2d0;
--warming-peach:#e6b7a2;
--pink-pussycat:#d89d9f;
--malevolent-mauve:#b7668b;
--magenta-haze:#a34d72;
}