Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d75b8d;
}
.iced-vovo {
color: #e2a7b1;
}
.pomodoro-e-mozzarella {
color: #f2d4e0;
}
.love-spell {
color: #f8b4c5;
}
.aggressive-salmon {
color: #fc7e9b;
}
/* CSS Variables */
:root {
--flirty-rose:#d75b8d;
--iced-vovo:#e2a7b1;
--pomodoro-e-mozzarella:#f2d4e0;
--love-spell:#f8b4c5;
--aggressive-salmon:#fc7e9b;
}