Shrek Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shrek Green palette

Share this palette to:

Download Shrek Green Color Palette (PNG)

Download shrek green color palette PNG image (landscape)
Download shrek green color palette PNG image (square)

Shrek Green color palette CSS

/* CSS */
.color-1 {
color: #7da03b;
}
.color-2 {
color: #5a6f2f;
}
.color-3 {
color: #3b4f1c;
}
.color-4 {
color: #a5d57c;
}
.color-5 {
color: #f4f8b9;
}

/* CSS Variables */
:root {
--color-1: #7da03b;
--color-2: #5a6f2f;
--color-3: #3b4f1c;
--color-4: #a5d57c;
--color-5: #f4f8b9;
}

Shrek Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}

Shrek Green color palette created on .