Brown Bear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Bear palette

Share this palette to:

Brown Bear color palette CSS

/* CSS */
.color-1 {
color: #c2a27a;
}
.color-2 {
color: #7e5b3e;
}
.color-3 {
color: #4c3e29;
}
.color-4 {
color: #d8c4b0;
}
.color-5 {
color: #f3d0a5;
}

/* CSS Variables */
:root {
--color-1: #c2a27a;
--color-2: #7e5b3e;
--color-3: #4c3e29;
--color-4: #d8c4b0;
--color-5: #f3d0a5;
}

Brown Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a27a, #7e5b3e, #4c3e29, #d8c4b0, #f3d0a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a27a, #7e5b3e, #4c3e29, #d8c4b0, #f3d0a5);
}

Brown Bear color palette created on .