Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.peachy-salmon {
color: #ff9d80;
}
.tropical-peach {
color: #ffc3b3;
}
.fresh-apricot {
color: #ffd6a3;
}
.peach-temptation {
color: #f0c3b2;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--peachy-salmon:#ff9d80;
--tropical-peach:#ffc3b3;
--fresh-apricot:#ffd6a3;
--peach-temptation:#f0c3b2;
}