Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.apricot-obsession {
color: #f9c1b4;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.satin-green {
color: #c7e2b6;
}
.winsome-hue {
color: #a8d7e1;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--apricot-obsession:#f9c1b4;
--smooth-as-corn-silk:#f5e3b2;
--satin-green:#c7e2b6;
--winsome-hue:#a8d7e1;
}