Color names in this palette
CSS code for this palette
/* CSS */
.peach-pearl {
color: #ffb4a3;
}
.salmon-orange {
color: #ff8e6b;
}
.outrageous-orange {
color: #ff6f47;
}
.tan-red {
color: #ff4b1f;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--peach-pearl:#ffb4a3;
--salmon-orange:#ff8e6b;
--outrageous-orange:#ff6f47;
--tan-red:#ff4b1f;
--coquelicot:#ff3c00;
}