Brat Green Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brat Green Shades palette

Share this palette to:

Download Brat Green Shades Color Palette (PNG)

Download brat green shades color palette PNG image (landscape)
Download brat green shades color palette PNG image (square)

Brat Green Shades color palette CSS

/* CSS */
.color-1 {
color: #6c9b46;
}
.color-2 {
color: #a9c98d;
}
.color-3 {
color: #d6e8bb;
}
.color-4 {
color: #f0f8e8;
}
.color-5 {
color: #f8d95d;
}

/* CSS Variables */
:root {
--color-1: #6c9b46;
--color-2: #a9c98d;
--color-3: #d6e8bb;
--color-4: #f0f8e8;
--color-5: #f8d95d;
}

Brat Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9b46, #a9c98d, #d6e8bb, #f0f8e8, #f8d95d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9b46, #a9c98d, #d6e8bb, #f0f8e8, #f8d95d);
}

Brat Green Shades color palette created on .