Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c5a2;
}
.copper-river {
color: #f4a26c;
}
.entan-red {
color: #e76e50;
}
.fire-island {
color: #d95136;
}
.valiant-poppy {
color: #b83c2e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c5a2;
--copper-river:#f4a26c;
--entan-red:#e76e50;
--fire-island:#d95136;
--valiant-poppy:#b83c2e;
}