Color names in this palette
CSS code for this palette
/* CSS */
.misty-memories {
color: #e9c3d4;
}
.ibis {
color: #f7b1c0;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.unripe-strawberry {
color: #f78da7;
}
.out-of-fashion {
color: #f26e93;
}
/* CSS Variables */
:root {
--misty-memories:#e9c3d4;
--ibis:#f7b1c0;
--fresh-on-the-market:#f8a5b7;
--unripe-strawberry:#f78da7;
--out-of-fashion:#f26e93;
}