Color names in this palette
CSS code for this palette
/* CSS */
.ibis-wing {
color: #f28a82;
}
.squash-blossom {
color: #f6b83c;
}
.silken-gold {
color: #f9e27b;
}
.mint-parfait {
color: #b7e6ba;
}
.aero {
color: #79b7e6;
}
/* CSS Variables */
:root {
--ibis-wing:#f28a82;
--squash-blossom:#f6b83c;
--silken-gold:#f9e27b;
--mint-parfait:#b7e6ba;
--aero:#79b7e6;
}