Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e2b1c7;
}
.sugar-high {
color: #f4c8ee;
}
.light-blue-glint {
color: #a9d3e0;
}
.patina-green {
color: #b6e7b6;
}
.apple-sauce {
color: #f4ecd2;
}
/* CSS Variables */
:root {
--parfait-pink:#e2b1c7;
--sugar-high:#f4c8ee;
--light-blue-glint:#a9d3e0;
--patina-green:#b6e7b6;
--apple-sauce:#f4ecd2;
}