Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b7d6;
}
.candy-heart-pink {
color: #f7a1a1;
}
.salmon-eggs {
color: #f9d55d;
}
.whirlpool-green {
color: #a7d3c7;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b7d6;
--candy-heart-pink:#f7a1a1;
--salmon-eggs:#f9d55d;
--whirlpool-green:#a7d3c7;
--windstorm:#6999c3;
}