Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.flash-in-the-pan {
color: #ff997a;
}
.sunset-orange {
color: #ff5f57;
}
.coral-red {
color: #ff3d3d;
}
.knockout {
color: #c22e2e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--flash-in-the-pan:#ff997a;
--sunset-orange:#ff5f57;
--coral-red:#ff3d3d;
--knockout:#c22e2e;
}