Color names in this palette
CSS code for this palette
/* CSS */
.peach-pearl {
color: #ffb3a3;
}
.alexandria {
color: #ff8f75;
}
.grapefruit-pulp {
color: #ff725c;
}
.dusk-orange {
color: #ff4a3d;
}
.red-card {
color: #ff2b24;
}
/* CSS Variables */
:root {
--peach-pearl:#ffb3a3;
--alexandria:#ff8f75;
--grapefruit-pulp:#ff725c;
--dusk-orange:#ff4a3d;
--red-card:#ff2b24;
}