Brown Feral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Feral palette

Share this palette to:

Brown Feral color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d6a15c;
}
.color-3 {
color: #f5d88e;
}
.color-4 {
color: #e94e2b;
}
.color-5 {
color: #603e29;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d6a15c;
--color-3: #f5d88e;
--color-4: #e94e2b;
--color-5: #603e29;
}

Brown Feral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d6a15c, #f5d88e, #e94e2b, #603e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d6a15c, #f5d88e, #e94e2b, #603e29);
}

Brown Feral color palette created on .