Lavender Mist Color Palette

Discover the beautiful Lavender Mist color palette featuring amethyst smoke (#9996bb), link water (#ccd0f0), pigeon post (#b3b5db), amethyst smoke (#918bb1) and periwinkle gray (#bfc3e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Light, Soft, Muted, Pastel, Elegant, Vintage, Neutral 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 Mist palette

Share this palette to:

💻 Lavender Mist color palette CSS

/* CSS */
.color-1 {
color: #9996bb;
}
.color-2 {
color: #ccd0f0;
}
.color-3 {
color: #b3b5db;
}
.color-4 {
color: #918bb1;
}
.color-5 {
color: #bfc3e8;
}

/* CSS Variables */
:root {
--color-1: #9996bb;
--color-2: #ccd0f0;
--color-3: #b3b5db;
--color-4: #918bb1;
--color-5: #bfc3e8;
}

🌈 Lavender Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9996bb, #ccd0f0, #b3b5db, #918bb1, #bfc3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9996bb, #ccd0f0, #b3b5db, #918bb1, #bfc3e8);
}

Lavender Mist color palette created on .