Weird Lavender Color Palette

Discover the beautiful Weird Lavender color palette featuring rum (#6a5e8d), mountain mist (#9c8ca1), kangaroo (#c1c6b8), wheat (#f4e6b4) and apricot peach (#f9cfb4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cream, Light, 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 Weird Lavender palette

Share this palette to:

💻 Weird Lavender color palette CSS

/* CSS */
.color-1 {
color: #6a5e8d;
}
.color-2 {
color: #9c8ca1;
}
.color-3 {
color: #c1c6b8;
}
.color-4 {
color: #f4e6b4;
}
.color-5 {
color: #f9cfb4;
}

/* CSS Variables */
:root {
--color-1: #6a5e8d;
--color-2: #9c8ca1;
--color-3: #c1c6b8;
--color-4: #f4e6b4;
--color-5: #f9cfb4;
}

🌈 Weird Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5e8d, #9c8ca1, #c1c6b8, #f4e6b4, #f9cfb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5e8d, #9c8ca1, #c1c6b8, #f4e6b4, #f9cfb4);
}

Weird Lavender color palette created on .