Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.flattering-peach {
color: #f4d3b4;
}
.peachade {
color: #f9e1c8;
}
.moody-mist {
color: #c9e4d8;
}
.legacy-blue {
color: #9ccae2;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--flattering-peach:#f4d3b4;
--peachade:#f9e1c8;
--moody-mist:#c9e4d8;
--legacy-blue:#9ccae2;
}