Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-dream {
color: #fbcdcb;
}
.sweet-memories {
color: #fbc6ca;
}
.gossamer-pink {
color: #fac4c2;
}
.mixed-fruit {
color: #f7b5b0;
}
.rosy-outlook {
color: #f5ae9e;
}
/* CSS Variables */
:root {
--fairy-tale-dream:#fbcdcb;
--sweet-memories:#fbc6ca;
--gossamer-pink:#fac4c2;
--mixed-fruit:#f7b5b0;
--rosy-outlook:#f5ae9e;
}