CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.shrimp-toast {
color: #f6c5a2;
}
.tort {
color: #5a908e;
}
.snap-shot {
color: #2b3d50;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--shrimp-toast:#f6c5a2;
--tort:#5a908e;
--snap-shot:#2b3d50;
--chat-orange:#f79c40;
}