Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.copper-river {
color: #f5a46b;
}
.blaze {
color: #f78c4a;
}
.emergency-zone {
color: #e7693c;
}
.dizzy-days {
color: #d0522f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--copper-river:#f5a46b;
--blaze:#f78c4a;
--emergency-zone:#e7693c;
--dizzy-days:#d0522f;
}