Brown Mane Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Mane palette

Share this palette to:

Brown Mane color palette CSS

/* CSS */
.color-1 {
color: #e2a86a;
}
.color-2 {
color: #c48a54;
}
.color-3 {
color: #a96f3d;
}
.color-4 {
color: #8e5d29;
}
.color-5 {
color: #6d4217;
}

/* CSS Variables */
:root {
--color-1: #e2a86a;
--color-2: #c48a54;
--color-3: #a96f3d;
--color-4: #8e5d29;
--color-5: #6d4217;
}

Brown Mane background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a86a, #c48a54, #a96f3d, #8e5d29, #6d4217);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a86a, #c48a54, #a96f3d, #8e5d29, #6d4217);
}

Brown Mane color palette created on .