Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.washed-out-crimson {
color: #ffb4a8;
}
.simply-delicious {
color: #ffd2c2;
}
.powdered-peach {
color: #ffe5d1;
}
.lead-glass {
color: #fff9e5;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--washed-out-crimson:#ffb4a8;
--simply-delicious:#ffd2c2;
--powdered-peach:#ffe5d1;
--lead-glass:#fff9e5;
}