Baby Color Palette

Discover the beautiful Baby color palette featuring illusion (#f4a4bf), illusion (#f6b1d1), lola (#e3d4e0), jagged ice (#b8e5e0) and aqua island (#a0d9d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Pastel, Soft, Baby, Teal, Cream, Peach 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 Baby palette

Share this palette to:

💻 Baby color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f6b1d1;
}
.color-3 {
color: #e3d4e0;
}
.color-4 {
color: #b8e5e0;
}
.color-5 {
color: #a0d9d4;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f6b1d1;
--color-3: #e3d4e0;
--color-4: #b8e5e0;
--color-5: #a0d9d4;
}

🌈 Baby background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f6b1d1, #e3d4e0, #b8e5e0, #a0d9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f6b1d1, #e3d4e0, #b8e5e0, #a0d9d4);
}

Baby color palette created on .