Spiced Lavender Dreams Color Palette

Discover the beautiful Spiced Lavender Dreams color palette featuring light orchid (#e5b3e0), can can (#d68aab), turkish rose (#a86b8d), tapestry (#a0546c) and cosmic (#7a3e5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Flower, Summer 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 Spiced Lavender Dreams palette

Share this palette to:

💻 Spiced Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #e5b3e0;
}
.color-2 {
color: #d68aab;
}
.color-3 {
color: #a86b8d;
}
.color-4 {
color: #a0546c;
}
.color-5 {
color: #7a3e5a;
}

/* CSS Variables */
:root {
--color-1: #e5b3e0;
--color-2: #d68aab;
--color-3: #a86b8d;
--color-4: #a0546c;
--color-5: #7a3e5a;
}

🌈 Spiced Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b3e0, #d68aab, #a86b8d, #a0546c, #7a3e5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b3e0, #d68aab, #a86b8d, #a0546c, #7a3e5a);
}

Spiced Lavender Dreams color palette created on .