Color names in this palette
CSS code for this palette
/* CSS */
.young-apricot {
color: #fbd8b7;
}
.pink-fit {
color: #f6a2b0;
}
.sweet-60 {
color: #f59ea7;
}
.cherry-blossom {
color: #f4c3d3;
}
.butter-muffin {
color: #f7deb1;
}
/* CSS Variables */
:root {
--young-apricot:#fbd8b7;
--pink-fit:#f6a2b0;
--sweet-60:#f59ea7;
--cherry-blossom:#f4c3d3;
--butter-muffin:#f7deb1;
}