Brown Teddy Bear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Teddy Bear palette

Share this palette to:

Download Brown Teddy Bear Color Palette (PNG)

Download brown teddy bear color palette PNG image (landscape)
Download brown teddy bear color palette PNG image (square)

Brown Teddy Bear color palette CSS

/* CSS */
.color-1 {
color: #d4ba9b;
}
.color-2 {
color: #b6896d;
}
.color-3 {
color: #8f5d4d;
}
.color-4 {
color: #e0c6b2;
}
.color-5 {
color: #d0a66c;
}

/* CSS Variables */
:root {
--color-1: #d4ba9b;
--color-2: #b6896d;
--color-3: #8f5d4d;
--color-4: #e0c6b2;
--color-5: #d0a66c;
}

Brown Teddy Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4ba9b, #b6896d, #8f5d4d, #e0c6b2, #d0a66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4ba9b, #b6896d, #8f5d4d, #e0c6b2, #d0a66c);
}

Brown Teddy Bear color palette created on .