Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.peachy-salmon {
color: #ff9b80;
}
.tropical-peach {
color: #ffc1b3;
}
.roasted-sesame {
color: #ffc46b;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--peachy-salmon:#ff9b80;
--tropical-peach:#ffc1b3;
--roasted-sesame:#ffc46b;
--kuchinashi-yellow:#ffdb4d;
}