Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.peach-pink {
color: #ff9b8a;
}
.tropical-peach {
color: #ffc3b3;
}
.upbeat {
color: #f1d8a7;
}
.casandora-yellow {
color: #ffcf57;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--peach-pink:#ff9b8a;
--tropical-peach:#ffc3b3;
--upbeat:#f1d8a7;
--casandora-yellow:#ffcf57;
}