Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.bergamot-orange {
color: #f5a15c;
}
.sun-orange {
color: #f47b1f;
}
.field-poppy {
color: #d86a3b;
}
.mexican-red {
color: #9a3c3c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--bergamot-orange:#f5a15c;
--sun-orange:#f47b1f;
--field-poppy:#d86a3b;
--mexican-red:#9a3c3c;
}