Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.rosy-outlook {
color: #f2a99c;
}
.wet-pottery-clay {
color: #e07d6c;
}
.summer-fig {
color: #c75b3d;
}
.edocha {
color: #a33e2e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--rosy-outlook:#f2a99c;
--wet-pottery-clay:#e07d6c;
--summer-fig:#c75b3d;
--edocha:#a33e2e;
}