Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.seasonal-beige {
color: #e9b79f;
}
.pink-clay-pot {
color: #d68f96;
}
.rose-chintz {
color: #c86f7c;
}
.glamorous {
color: #b74e66;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--seasonal-beige:#e9b79f;
--pink-clay-pot:#d68f96;
--rose-chintz:#c86f7c;
--glamorous:#b74e66;
}