Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c5a2;
}
.lazy-daisy {
color: #f8e9a0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.mental-floss {
color: #e0b2c9;
}
.minuette {
color: #d67a91;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c5a2;
--lazy-daisy:#f8e9a0;
--optimistic-yellow:#f4e1a4;
--mental-floss:#e0b2c9;
--minuette:#d67a91;
}