Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.bunny-cake {
color: #f2b5cb;
}
.hopeful {
color: #f4d2e2;
}
.princess-elle {
color: #f7e9eb;
}
.white-crest {
color: #f9f9f0;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--bunny-cake:#f2b5cb;
--hopeful:#f4d2e2;
--princess-elle:#f7e9eb;
--white-crest:#f9f9f0;
}