Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d36f9a;
}
.athena-pink {
color: #e8b0c4;
}
.pomodoro-e-mozzarella {
color: #f4d2e0;
}
.flan {
color: #f7e5b1;
}
.princess {
color: #f1a7b4;
}
/* CSS Variables */
:root {
--fiesta-pink:#d36f9a;
--athena-pink:#e8b0c4;
--pomodoro-e-mozzarella:#f4d2e0;
--flan:#f7e5b1;
--princess:#f1a7b4;
}