Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.berries-n-cream {
color: #f5b7c8;
}
.silver-rust {
color: #c4a4e0;
}
.lush-lilac {
color: #9f7cb6;
}
.magenta-violet {
color: #6d4f8c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--berries-n-cream:#f5b7c8;
--silver-rust:#c4a4e0;
--lush-lilac:#9f7cb6;
--magenta-violet:#6d4f8c;
}