Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.creole-cottage {
color: #e8b99b;
}
.cosmic-coral {
color: #e7806e;
}
.seraphim-sepia {
color: #d57f4d;
}
.raw-copper {
color: #c66a4e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--creole-cottage:#e8b99b;
--cosmic-coral:#e7806e;
--seraphim-sepia:#d57f4d;
--raw-copper:#c66a4e;
}