Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peachy-salmon {
color: #ff9b80;
}
.impatiens-pink {
color: #ffc1b8;
}
.whisper-yellow {
color: #ffe5b8;
}
.limuyi-yellow {
color: #fffb80;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peachy-salmon:#ff9b80;
--impatiens-pink:#ffc1b8;
--whisper-yellow:#ffe5b8;
--limuyi-yellow:#fffb80;
}