Color names in this palette
CSS code for this palette
/* CSS */
.peach-pearl {
color: #ffb4a3;
}
.alexandria {
color: #ff8c75;
}
.outrageous-orange {
color: #ff6f47;
}
.tan-red {
color: #ff4b1f;
}
.gran-torino-red {
color: #e63900;
}
/* CSS Variables */
:root {
--peach-pearl:#ffb4a3;
--alexandria:#ff8c75;
--outrageous-orange:#ff6f47;
--tan-red:#ff4b1f;
--gran-torino-red:#e63900;
}