Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.porsche {
color: #e0a25c;
}
.tory-red {
color: #d86d5a;
}
.thimble-red {
color: #a35c8e;
}
.greyish-blue {
color: #5e809c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--porsche:#e0a25c;
--tory-red:#d86d5a;
--thimble-red:#a35c8e;
--greyish-blue:#5e809c;
}