Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d6;
}
.sunday-best {
color: #f9c8c8;
}
.beach-towel {
color: #fbe2b1;
}
.fairy-sparkles {
color: #b4e3f9;
}
.frugal {
color: #a4d6b1;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d6;
--sunday-best:#f9c8c8;
--beach-towel:#fbe2b1;
--fairy-sparkles:#b4e3f9;
--frugal:#a4d6b1;
}