Warm Lavender Color Palette

Discover the beautiful Warm Lavender color palette featuring french lilac (#dccff2), new orleans (#f2d49c), dairy cream (#f8e4b4), surf (#b9d6b8) and wisp pink (#fce8fb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Purple, Cream, Soft, Earthy, Muted, Summer, Fun, Warm Lavender 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 Warm Lavender palette

Share this palette to:

💻 Warm Lavender color palette CSS

/* CSS */
.color-1 {
color: #dccff2;
}
.color-2 {
color: #f2d49c;
}
.color-3 {
color: #f8e4b4;
}
.color-4 {
color: #b9d6b8;
}
.color-5 {
color: #fce8fb;
}

/* CSS Variables */
:root {
--color-1: #dccff2;
--color-2: #f2d49c;
--color-3: #f8e4b4;
--color-4: #b9d6b8;
--color-5: #fce8fb;
}

🌈 Warm Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dccff2, #f2d49c, #f8e4b4, #b9d6b8, #fce8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dccff2, #f2d49c, #f8e4b4, #b9d6b8, #fce8fb);
}

Warm Lavender color palette created on .