CSS code for this palette
/* CSS */
.shilo {
color: #e3b1a6;
}
.shrimp-toast {
color: #f7c6a1;
}
.honey-tone {
color: #f9d99a;
}
.green-trance {
color: #a1d69f;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--shilo:#e3b1a6;
--shrimp-toast:#f7c6a1;
--honey-tone:#f9d99a;
--green-trance:#a1d69f;
--blue-dam:#a1c6d4;
}