Sunlit Meadow Color Palette

Discover the beautiful Sunlit Meadow color palette featuring sandwisp (#f3e39b), confetti (#e4d25e), old gold (#d5c130), buddha gold (#c2b500) and buddha gold (#ada200).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Fun, Spring, 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 Sunlit Meadow palette

Share this palette to:

๐Ÿ’ป Sunlit Meadow color palette CSS

/* CSS */
.color-1 {
color: #f3e39b;
}
.color-2 {
color: #e4d25e;
}
.color-3 {
color: #d5c130;
}
.color-4 {
color: #c2b500;
}
.color-5 {
color: #ada200;
}

/* CSS Variables */
:root {
--color-1: #f3e39b;
--color-2: #e4d25e;
--color-3: #d5c130;
--color-4: #c2b500;
--color-5: #ada200;
}

๐ŸŒˆ Sunlit Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e39b, #e4d25e, #d5c130, #c2b500, #ada200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e39b, #e4d25e, #d5c130, #c2b500, #ada200);
}

Sunlit Meadow color palette created on .