Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e1b4;
}
.rozowy-pink {
color: #f1a7b7;
}
.sweetheart {
color: #f1c1d6;
}
.exotic-lilac {
color: #d496b7;
}
.mauve-memento {
color: #a46a9b;
}
/* CSS Variables */
:root {
--noodles:#f8e1b4;
--rozowy-pink:#f1a7b7;
--sweetheart:#f1c1d6;
--exotic-lilac:#d496b7;
--mauve-memento:#a46a9b;
}