Shrek Green Color Palette

Discover the beautiful Shrek Green color palette featuring sushi (#7da03b), costa del sol (#5a6f2f), thatch green (#3b4f1c), feijoa (#a5d57c) and corn field (#f4f8b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Fun, Nature, Forest, Spring, Light, Earthy color palettes and combinations.

💡 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 Shrek Green palette

Share this palette to:

💻 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 .