Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.shrimp-toast {
color: #f6c4a2;
}
.blended-fruit {
color: #f9e4a4;
}
.mermaid-tears {
color: #d4e5a4;
}
.twin-cities {
color: #a1c6c9;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--shrimp-toast:#f6c4a2;
--blended-fruit:#f9e4a4;
--mermaid-tears:#d4e5a4;
--twin-cities:#a1c6c9;
}