Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.imam-ali-gold {
color: #f9e09a;
}
.optimistic-yellow {
color: #f4e1a4;
}
.flower-spell {
color: #fbc6d8;
}
.young-crab {
color: #f5a19e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--imam-ali-gold:#f9e09a;
--optimistic-yellow:#f4e1a4;
--flower-spell:#fbc6d8;
--young-crab:#f5a19e;
}