Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.egyptian-gold {
color: #f0a44c;
}
.lusty-orange {
color: #e16c2d;
}
.golden-gate-bridge {
color: #c2372e;
}
.seattle-red {
color: #7b1e2d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--egyptian-gold:#f0a44c;
--lusty-orange:#e16c2d;
--golden-gate-bridge:#c2372e;
--seattle-red:#7b1e2d;
}