Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.ibis {
color: #f2b1c0;
}
.always-rosey {
color: #e89bb4;
}
.fiesta-pink {
color: #d66b98;
}
.cyclamen-red {
color: #a45b8c;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--ibis:#f2b1c0;
--always-rosey:#e89bb4;
--fiesta-pink:#d66b98;
--cyclamen-red:#a45b8c;
}