Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f1b1c0;
}
.pomodoro-e-mozzarella {
color: #f4d2e0;
}
.nina {
color: #f6e4e9;
}
.confectionary {
color: #d5b4d4;
}
.blue-dam {
color: #a5c6d4;
}
/* CSS Variables */
:root {
--ibis:#f1b1c0;
--pomodoro-e-mozzarella:#f4d2e0;
--nina:#f6e4e9;
--confectionary:#d5b4d4;
--blue-dam:#a5c6d4;
}