Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.buttery-salmon {
color: #ffb19e;
}
.dainty-peach {
color: #ffcdb8;
}
.friendship {
color: #ffd5c2;
}
.pale-egg {
color: #ffe7d1;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--buttery-salmon:#ffb19e;
--dainty-peach:#ffcdb8;
--friendship:#ffd5c2;
--pale-egg:#ffe7d1;
}