Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #fd5877;
}
.candlelight-peach {
color: #f8a2a0;
}
.snowpink {
color: #f2c6c0;
}
.fairway-mist {
color: #c9e7b6;
}
.smooth-satin {
color: #a3d7d4;
}
/* CSS Variables */
:root {
--watermelon-candy:#fd5877;
--candlelight-peach:#f8a2a0;
--snowpink:#f2c6c0;
--fairway-mist:#c9e7b6;
--smooth-satin:#a3d7d4;
}