Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7a6b;
}
.peachy-salmon {
color: #ff9b80;
}
.tropical-peach {
color: #ffc1b3;
}
.pierogi {
color: #f4d68a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--salmon:#ff7a6b;
--peachy-salmon:#ff9b80;
--tropical-peach:#ffc1b3;
--pierogi:#f4d68a;
--creamy-sweet-corn:#f9c54e;
}