Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peachy-salmon {
color: #ff9b80;
}
.pallid-orange {
color: #ffba9e;
}
.neon-light {
color: #fede5d;
}
.gusto-gold {
color: #f6a523;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peachy-salmon:#ff9b80;
--pallid-orange:#ffba9e;
--neon-light:#fede5d;
--gusto-gold:#f6a523;
}