Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.ginger-milk {
color: #f9a653;
}
.amber-glow {
color: #f09c3d;
}
.orange-crush {
color: #ef782e;
}
.vivid-red-tangelo {
color: #d65f24;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--ginger-milk:#f9a653;
--amber-glow:#f09c3d;
--orange-crush:#ef782e;
--vivid-red-tangelo:#d65f24;
}