Lavender Fields Color Palette

Discover the beautiful Lavender Fields color palette featuring moon raker (#e5e5fa), prelude (#d9c2e5), east side (#bf9fd0), bouquet (#a76c9b) and cannon pink (#784a74).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Bright, Elegant, Lavender, Light, Purple, Soft, 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: #e5e5fa;
}
.color-2 {
color: #d9c2e5;
}
.color-3 {
color: #bf9fd0;
}
.color-4 {
color: #a76c9b;
}
.color-5 {
color: #784a74;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d9c2e5;
--color-3: #bf9fd0;
--color-4: #a76c9b;
--color-5: #784a74;
}

🌈 Lavender Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d9c2e5, #bf9fd0, #a76c9b, #784a74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d9c2e5, #bf9fd0, #a76c9b, #784a74);
}

Lavender Fields color palette created on .