Lavender Lagoon Color Palette

Discover the beautiful Lavender Lagoon color palette featuring wistful (#a5a4d0), blue marguerite (#7b6ebf), studio (#6e54b0), gigas (#4f3a92) and minsk (#3d2a79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, Violet 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 Lagoon palette

Share this palette to:

💻 Lavender Lagoon color palette CSS

/* CSS */
.color-1 {
color: #a5a4d0;
}
.color-2 {
color: #7b6ebf;
}
.color-3 {
color: #6e54b0;
}
.color-4 {
color: #4f3a92;
}
.color-5 {
color: #3d2a79;
}

/* CSS Variables */
:root {
--color-1: #a5a4d0;
--color-2: #7b6ebf;
--color-3: #6e54b0;
--color-4: #4f3a92;
--color-5: #3d2a79;
}

🌈 Lavender Lagoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a4d0, #7b6ebf, #6e54b0, #4f3a92, #3d2a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a4d0, #7b6ebf, #6e54b0, #4f3a92, #3d2a79);
}

Lavender Lagoon color palette created on .