CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.peachy-salmon {
color: #ff9b80;
}
.peach {
color: #ffb380;
}
.orange-glass {
color: #ffca80;
}
.cowbell {
color: #ffe680;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--peachy-salmon:#ff9b80;
--peach:#ffb380;
--orange-glass:#ffca80;
--cowbell:#ffe680;
}