Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f0c1df;
}
.lavender-candy {
color: #f6b1d6;
}
.plum-blossom {
color: #f69da3;
}
.momo-peach {
color: #f67e86;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--rosy-nectar:#f0c1df;
--lavender-candy:#f6b1d6;
--plum-blossom:#f69da3;
--momo-peach:#f67e86;
--breeze-of-chilli:#f56b6b;
}