Color names in this palette
CSS code for this palette
/* CSS */
.martica {
color: #f5e6b7;
}
.shrimp-toast {
color: #f9c59f;
}
.orioles {
color: #f08b5c;
}
.scarlet-red {
color: #b73c34;
}
.christmas-brown {
color: #5f2b2c;
}
/* CSS Variables */
:root {
--martica:#f5e6b7;
--shrimp-toast:#f9c59f;
--orioles:#f08b5c;
--scarlet-red:#b73c34;
--christmas-brown:#5f2b2c;
}