Color names in this palette
CSS code for this palette
/* CSS */
.sweet-perfume {
color: #d69ebc;
}
.princess {
color: #f1a7b2;
}
.love-spell {
color: #f7b6c3;
}
.pomodoro-e-mozzarella {
color: #f3d3e0;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
/* CSS Variables */
:root {
--sweet-perfume:#d69ebc;
--princess:#f1a7b2;
--love-spell:#f7b6c3;
--pomodoro-e-mozzarella:#f3d3e0;
--wishy-washy-lilies:#f6dfe9;
}