Sunshine Meadow Color Palette

Discover the beautiful Sunshine Meadow color palette featuring yellow (#ffff00), caribbean green (#0bd08b), conifer (#aae14c), manz (#f3f16d) and olive drab (#5c9d2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Sun, Yellow 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 Sunshine Meadow palette

Share this palette to:

💻 Sunshine Meadow color palette CSS

/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #0bd08b;
}
.color-3 {
color: #aae14c;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #5c9d2a;
}

/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #0bd08b;
--color-3: #aae14c;
--color-4: #f3f16d;
--color-5: #5c9d2a;
}

🌈 Sunshine Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #0bd08b, #aae14c, #f3f16d, #5c9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #0bd08b, #aae14c, #f3f16d, #5c9d2a);
}

Sunshine Meadow color palette created on .