Bright Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Garden palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bright Garden Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Bright Garden color palette created on .