Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f7e2b0;
}
.jazz-age-coral {
color: #f1bfb1;
}
.sugar-rush {
color: #e15ba0;
}
.amaranth-deep-purple {
color: #9a2d70;
}
.american-purple {
color: #4b1c4f;
}
/* CSS Variables */
:root {
--friendly-yellow:#f7e2b0;
--jazz-age-coral:#f1bfb1;
--sugar-rush:#e15ba0;
--amaranth-deep-purple:#9a2d70;
--american-purple:#4b1c4f;
}