Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d8;
}
.rose-mallow {
color: #f4a4c8;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.dreamsicle {
color: #f7d4c0;
}
.citrus-sachet {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d8;
--rose-mallow:#f4a4c8;
--cotton-candy-aesthetic:#f6b6e0;
--dreamsicle:#f7d4c0;
--citrus-sachet:#f1c6a7;
}