Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.flash-in-the-pan {
color: #ff997a;
}
.spice-pink {
color: #ffb185;
}
.peach-orange {
color: #ffce99;
}
.whisper-yellow {
color: #ffe5b8;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--flash-in-the-pan:#ff997a;
--spice-pink:#ffb185;
--peach-orange:#ffce99;
--whisper-yellow:#ffe5b8;
}