Color names in this palette
CSS code for this palette
/* CSS */
.prosciutto {
color: #e3b1a1;
}
.shrimp-toast {
color: #f8c2a0;
}
.blended-fruit {
color: #f9e5a4;
}
.basil-smash {
color: #b3e09e;
}
.synergy {
color: #4ac4b4;
}
/* CSS Variables */
:root {
--prosciutto:#e3b1a1;
--shrimp-toast:#f8c2a0;
--blended-fruit:#f9e5a4;
--basil-smash:#b3e09e;
--synergy:#4ac4b4;
}