Lavender Dreams Blossom Color Palette

Discover the beautiful Lavender Dreams Blossom color palette featuring french lilac (#f3e2f7), prelude (#d7c0e1), london hue (#bfa6cd), amethyst smoke (#aa90bd) and lavender purple (#997daf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Pastel, Spring 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 Dreams Blossom palette

Share this palette to:

💻 Lavender Dreams Blossom color palette CSS

/* CSS */
.color-1 {
color: #f3e2f7;
}
.color-2 {
color: #d7c0e1;
}
.color-3 {
color: #bfa6cd;
}
.color-4 {
color: #aa90bd;
}
.color-5 {
color: #997daf;
}

/* CSS Variables */
:root {
--color-1: #f3e2f7;
--color-2: #d7c0e1;
--color-3: #bfa6cd;
--color-4: #aa90bd;
--color-5: #997daf;
}

🌈 Lavender Dreams Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e2f7, #d7c0e1, #bfa6cd, #aa90bd, #997daf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e2f7, #d7c0e1, #bfa6cd, #aa90bd, #997daf);
}

Lavender Dreams Blossom color palette created on .