Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d5;
}
.rose-mallow {
color: #f5a8c7;
}
.cherry-blossom {
color: #f5c2d3;
}
.pastry {
color: #f7e0b6;
}
.curry-bubbles {
color: #f5b800;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d5;
--rose-mallow:#f5a8c7;
--cherry-blossom:#f5c2d3;
--pastry:#f7e0b6;
--curry-bubbles:#f5b800;
}