Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d5;
}
.flush-pink {
color: #f8c9c4;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.mint-parfait {
color: #b5e8ba;
}
.viking {
color: #4eb0c6;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d5;
--flush-pink:#f8c9c4;
--smooth-as-corn-silk:#f4e4b3;
--mint-parfait:#b5e8ba;
--viking:#4eb0c6;
}