Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peachy-salmon {
color: #ff9b80;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.forgotten-sunset {
color: #ffd4b3;
}
.sand-muffin {
color: #ffdfc2;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peachy-salmon:#ff9b80;
--blushing-cinnamon:#ffbe9e;
--forgotten-sunset:#ffd4b3;
--sand-muffin:#ffdfc2;
}