Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.stone-fruit {
color: #f2a48c;
}
.cumquat-cream {
color: #f19d7e;
}
.shell-coral {
color: #e68e65;
}
.silithus-brown {
color: #d57f62;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--stone-fruit:#f2a48c;
--cumquat-cream:#f19d7e;
--shell-coral:#e68e65;
--silithus-brown:#d57f62;
}