Bright Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Garden palette

Share this palette to:

Bright Garden color palette PNG image

Download bright garden color palette PNG image (landscape)
Download bright garden color palette PNG image (square)

Bright Garden color palette CSS

/* CSS */
.color-1 {
color: #6cd93a;
}
.color-2 {
color: #a7d94a;
}
.color-3 {
color: #efe66c;
}
.color-4 {
color: #f8b249;
}
.color-5 {
color: #e6533d;
}

/* CSS Variables */
:root {
--color-1: #6cd93a;
--color-2: #a7d94a;
--color-3: #efe66c;
--color-4: #f8b249;
--color-5: #e6533d;
}

Bright Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cd93a, #a7d94a, #efe66c, #f8b249, #e6533d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cd93a, #a7d94a, #efe66c, #f8b249, #e6533d);
}

Bright Garden color palette created on .