Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.peach-pearl {
color: #ffb3a3;
}
.friendship {
color: #ffd6c2;
}
.peach-of-mind {
color: #ffe0b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--peach-pearl:#ffb3a3;
--friendship:#ffd6c2;
--peach-of-mind:#ffe0b3;
--grapefruit-pulp:#ff6e61;
}