Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b2;
}
.cherry-blossom {
color: #f9c3d5;
}
.baby-girl {
color: #ffe0e8;
}
.cool-crayon {
color: #b1e7e2;
}
.fresh-grown {
color: #f1f9c3;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b2;
--cherry-blossom:#f9c3d5;
--baby-girl:#ffe0e8;
--cool-crayon:#b1e7e2;
--fresh-grown:#f1f9c3;
}