Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peach-pink {
color: #ff9b8a;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.simply-delicious {
color: #ffd3c2;
}
.light-quilt {
color: #ffe1d6;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peach-pink:#ff9b8a;
--blushing-cinnamon:#ffbe9e;
--simply-delicious:#ffd3c2;
--light-quilt:#ffe1d6;
}