CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.cay {
color: #a4d2d5;
}
.crunch {
color: #f4b962;
}
.orange-gluttony {
color: #e77e23;
}
.tail-lights {
color: #d54215;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--cay:#a4d2d5;
--crunch:#f4b962;
--orange-gluttony:#e77e23;
--tail-lights:#d54215;
}