Color names in this palette
CSS code for this palette
/* CSS */
.bunny-cake {
color: #f0b7cd;
}
.prism-pink {
color: #f0a3c3;
}
.hopeful {
color: #f2d4e1;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.soft-cashmere {
color: #f0b2da;
}
/* CSS Variables */
:root {
--bunny-cake:#f0b7cd;
--prism-pink:#f0a3c3;
--hopeful:#f2d4e1;
--hot-aquarelle-pink:#ffb3d9;
--soft-cashmere:#f0b2da;
}