Lavender Fizz Color Palette

Discover the beautiful Lavender Fizz color palette featuring strikemaster (#9c6d9b), careys pink (#d1a3c1), vanilla ice (#f1d0e3), chantilly (#f5b7e1) and kobi (#e79cc6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Purple, Vibrant 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 Fizz palette

Share this palette to:

💻 Lavender Fizz color palette CSS

/* CSS */
.color-1 {
color: #9c6d9b;
}
.color-2 {
color: #d1a3c1;
}
.color-3 {
color: #f1d0e3;
}
.color-4 {
color: #f5b7e1;
}
.color-5 {
color: #e79cc6;
}

/* CSS Variables */
:root {
--color-1: #9c6d9b;
--color-2: #d1a3c1;
--color-3: #f1d0e3;
--color-4: #f5b7e1;
--color-5: #e79cc6;
}

🌈 Lavender Fizz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6d9b, #d1a3c1, #f1d0e3, #f5b7e1, #e79cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6d9b, #d1a3c1, #f1d0e3, #f5b7e1, #e79cc6);
}

Lavender Fizz color palette created on .