Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f5a8c2;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.shampoo {
color: #ffccf2;
}
.bunny-tail {
color: #ffe5f4;
}
.lavender-blush {
color: #fff0f6;
}
/* CSS Variables */
:root {
--rogue-pink:#f5a8c2;
--hot-aquarelle-pink:#ffb3d9;
--shampoo:#ffccf2;
--bunny-tail:#ffe5f4;
--lavender-blush:#fff0f6;
}