Bright Garden Color Palette
Discover the beautiful Bright Garden color palette featuring wild willow (#a5c86f), celery (#a4d05d), tulip tree (#e7bf3c), red damask (#d56948) and medium carmine (#b63d35).
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 Bright Garden palette
💻 Bright Garden color palette CSS
/* CSS */
.color-1 {
color: #a5c86f;
}
.color-2 {
color: #a4d05d;
}
.color-3 {
color: #e7bf3c;
}
.color-4 {
color: #d56948;
}
.color-5 {
color: #b63d35;
}
/* CSS Variables */
:root {
--color-1: #a5c86f;
--color-2: #a4d05d;
--color-3: #e7bf3c;
--color-4: #d56948;
--color-5: #b63d35;
} 🌈 Bright Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c86f, #a4d05d, #e7bf3c, #d56948, #b63d35);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c86f, #a4d05d, #e7bf3c, #d56948, #b63d35);
} 🔗 Explore similar color palettes
Bright Garden color palette created on .