Lavender Fields Color Palette

Discover the beautiful Lavender Fields color palette featuring east side (#b497c9), light wisteria (#d6a4df), cherub (#f3c3e2), sidecar (#f3e8b4) and feijoa (#b1d576).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Pastel, Bright, Spring, Flower, Garden, Soft, Elegant, 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 Lavender Fields palette

Share this palette to:

💻 Lavender Fields color palette CSS

/* CSS */
.color-1 {
color: #b497c9;
}
.color-2 {
color: #d6a4df;
}
.color-3 {
color: #f3c3e2;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #b1d576;
}

/* CSS Variables */
:root {
--color-1: #b497c9;
--color-2: #d6a4df;
--color-3: #f3c3e2;
--color-4: #f3e8b4;
--color-5: #b1d576;
}

🌈 Lavender Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b497c9, #d6a4df, #f3c3e2, #f3e8b4, #b1d576);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b497c9, #d6a4df, #f3c3e2, #f3e8b4, #b1d576);
}

Lavender Fields color palette created on .