Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.rozowy-pink {
color: #f1a7b9;
}
.pretty-pink-piggy {
color: #efa9d5;
}
.sweetheart {
color: #f4c3da;
}
.marshmallow-rose {
color: #f6e4e6;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--rozowy-pink:#f1a7b9;
--pretty-pink-piggy:#efa9d5;
--sweetheart:#f4c3da;
--marshmallow-rose:#f6e4e6;
}