Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d4;
}
.deviled-egg {
color: #fdd67c;
}
.smooth-satin {
color: #a4d6d2;
}
.blackberry-yogurt {
color: #e8b5e3;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d4;
--deviled-egg:#fdd67c;
--smooth-satin:#a4d6d2;
--blackberry-yogurt:#e8b5e3;
--shell-pink:#f67e7e;
}