Babs Seed Color Palette

Discover the beautiful Babs Seed color palette featuring mountbatten pink (#a27c9b), lily (#d0b3c9), azalea (#f4c8d6), dairy cream (#f7e3b1) and illusion (#f6a7b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Light, Pastel, Pink, Soft, 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 Babs Seed palette

Share this palette to:

💻 Babs Seed color palette CSS

/* CSS */
.color-1 {
color: #a27c9b;
}
.color-2 {
color: #d0b3c9;
}
.color-3 {
color: #f4c8d6;
}
.color-4 {
color: #f7e3b1;
}
.color-5 {
color: #f6a7b3;
}

/* CSS Variables */
:root {
--color-1: #a27c9b;
--color-2: #d0b3c9;
--color-3: #f4c8d6;
--color-4: #f7e3b1;
--color-5: #f6a7b3;
}

🌈 Babs Seed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27c9b, #d0b3c9, #f4c8d6, #f7e3b1, #f6a7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27c9b, #d0b3c9, #f4c8d6, #f7e3b1, #f6a7b3);
}

Babs Seed color palette created on .