Shrek's Swamp Color Palette

Discover the beautiful Shrek's Swamp color palette featuring sushi (#8abe4b), apple (#5a9e3d), crete (#4c802d), conifer (#a8d15c) and primrose (#f1e5a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Green, Light, Nature, Summer 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's Swamp palette

Share this palette to:

💻 Shrek's Swamp color palette CSS

/* CSS */
.color-1 {
color: #8abe4b;
}
.color-2 {
color: #5a9e3d;
}
.color-3 {
color: #4c802d;
}
.color-4 {
color: #a8d15c;
}
.color-5 {
color: #f1e5a2;
}

/* CSS Variables */
:root {
--color-1: #8abe4b;
--color-2: #5a9e3d;
--color-3: #4c802d;
--color-4: #a8d15c;
--color-5: #f1e5a2;
}

🌈 Shrek's Swamp background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8abe4b, #5a9e3d, #4c802d, #a8d15c, #f1e5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8abe4b, #5a9e3d, #4c802d, #a8d15c, #f1e5a2);
}

Shrek's Swamp color palette created on .