Shades of Yellow Green Color Palette

Discover the beautiful Shades of Yellow Green color palette featuring energy yellow (#f7db4a), fruit salad (#5b9b4b), paarl (#a6502b), ziggurat (#c1e0e6) and careys pink (#d19fb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beach, Green, Bright, Fun 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 Shades of Yellow Green palette

Share this palette to:

💻 Shades of Yellow Green color palette CSS

/* CSS */
.color-1 {
color: #f7db4a;
}
.color-2 {
color: #5b9b4b;
}
.color-3 {
color: #a6502b;
}
.color-4 {
color: #c1e0e6;
}
.color-5 {
color: #d19fb3;
}

/* CSS Variables */
:root {
--color-1: #f7db4a;
--color-2: #5b9b4b;
--color-3: #a6502b;
--color-4: #c1e0e6;
--color-5: #d19fb3;
}

🌈 Shades of Yellow Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7db4a, #5b9b4b, #a6502b, #c1e0e6, #d19fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7db4a, #5b9b4b, #a6502b, #c1e0e6, #d19fb3);
}

Shades of Yellow Green color palette created on .