Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.amber-glow {
color: #f19d3b;
}
.emergency-zone {
color: #e96a3f;
}
.hot-chilli {
color: #b94f3c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--maximum-yellow-red:#f2ba4a;
--amber-glow:#f19d3b;
--emergency-zone:#e96a3f;
--hot-chilli:#b94f3c;
}