Color names in this palette
CSS code for this palette
/* CSS */
.washed-out-crimson {
color: #ffb4a8;
}
.peach-amber {
color: #ff9e8f;
}
.light-red {
color: #ff8080;
}
.grapefruit {
color: #ff5c5c;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--washed-out-crimson:#ffb4a8;
--peach-amber:#ff9e8f;
--light-red:#ff8080;
--grapefruit:#ff5c5c;
--coral-red:#ff3d3d;
}