Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.ibis {
color: #f4b3c2;
}
.mary-s-rose {
color: #f6d0d3;
}
.unburdened-pink {
color: #f9e7e7;
}
.royal-wedding {
color: #fce3e5;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--ibis:#f4b3c2;
--mary-s-rose:#f6d0d3;
--unburdened-pink:#f9e7e7;
--royal-wedding:#fce3e5;
}