Vibrant Meadow Dream Color Palette

Discover the beautiful Vibrant Meadow Dream color palette featuring yellow (#f2fa00), buddha gold (#a7b300), olive (#6f8000), victoria (#4a4c8c) and scampi (#6e5bae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Blue, Green, Purple 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 Vibrant Meadow Dream palette

Share this palette to:

💻 Vibrant Meadow Dream color palette CSS

/* CSS */
.color-1 {
color: #f2fa00;
}
.color-2 {
color: #a7b300;
}
.color-3 {
color: #6f8000;
}
.color-4 {
color: #4a4c8c;
}
.color-5 {
color: #6e5bae;
}

/* CSS Variables */
:root {
--color-1: #f2fa00;
--color-2: #a7b300;
--color-3: #6f8000;
--color-4: #4a4c8c;
--color-5: #6e5bae;
}

🌈 Vibrant Meadow Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2fa00, #a7b300, #6f8000, #4a4c8c, #6e5bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2fa00, #a7b300, #6f8000, #4a4c8c, #6e5bae);
}

Vibrant Meadow Dream color palette created on .