Teddy Bear Color Palette

Discover the beautiful Teddy Bear color palette featuring twine (#c39969), tan (#d4b18c), cashmere (#e6c4a3), wheat (#f6d9b6) and sidecar (#f2e6c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Tan, Warm, Soft, Neutral, Feminine, Light, Earthy 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 Teddy Bear palette

Share this palette to:

💻 Teddy Bear color palette CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #d4b18c;
}
.color-3 {
color: #e6c4a3;
}
.color-4 {
color: #f6d9b6;
}
.color-5 {
color: #f2e6c0;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d4b18c;
--color-3: #e6c4a3;
--color-4: #f6d9b6;
--color-5: #f2e6c0;
}

🌈 Teddy Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d4b18c, #e6c4a3, #f6d9b6, #f2e6c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d4b18c, #e6c4a3, #f6d9b6, #f2e6c0);
}

Teddy Bear color palette created on .