Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a6c1;
}
.pomodoro-e-mozzarella {
color: #f2d4e0;
}
.soft-butter {
color: #f5e2b7;
}
.trump-tan {
color: #f6a46a;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--think-pink:#e7a6c1;
--pomodoro-e-mozzarella:#f2d4e0;
--soft-butter:#f5e2b7;
--trump-tan:#f6a46a;
--mandarin-red:#e74d3c;
}