Groovy Garden Fiesta Color Palette
Discover the beautiful Groovy Garden Fiesta color palette featuring carnation pink (#ffacc5), your pink (#ffc9bc), beeswax (#fde9c4), algae green (#8fdbb3) and malibu (#7ec0f7).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Groovy Garden Fiesta palette
💻 Groovy Garden Fiesta color palette CSS
/* CSS */
.color-1 {
color: #ffacc5;
}
.color-2 {
color: #ffc9bc;
}
.color-3 {
color: #fde9c4;
}
.color-4 {
color: #8fdbb3;
}
.color-5 {
color: #7ec0f7;
}
/* CSS Variables */
:root {
--color-1: #ffacc5;
--color-2: #ffc9bc;
--color-3: #fde9c4;
--color-4: #8fdbb3;
--color-5: #7ec0f7;
} 🌈 Groovy Garden Fiesta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffacc5, #ffc9bc, #fde9c4, #8fdbb3, #7ec0f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffacc5, #ffc9bc, #fde9c4, #8fdbb3, #7ec0f7);
} 🔗 Explore similar color palettes
Groovy Garden Fiesta color palette created on .