Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f8bfd4;
}
.mountain-laurel {
color: #f4c8d3;
}
.melon-pink {
color: #f2d4c4;
}
.meringue {
color: #f3e4b4;
}
.chiffon {
color: #eaf6b6;
}
/* CSS Variables */
:root {
--cherry-blossom:#f8bfd4;
--mountain-laurel:#f4c8d3;
--melon-pink:#f2d4c4;
--meringue:#f3e4b4;
--chiffon:#eaf6b6;
}