Brown Spud Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Spud palette

Share this palette to:

Brown Spud color palette CSS

/* CSS */
.color-1 {
color: #e6a856;
}
.color-2 {
color: #b8783d;
}
.color-3 {
color: #905b3c;
}
.color-4 {
color: #6d3a2c;
}
.color-5 {
color: #4e2d2d;
}

/* CSS Variables */
:root {
--color-1: #e6a856;
--color-2: #b8783d;
--color-3: #905b3c;
--color-4: #6d3a2c;
--color-5: #4e2d2d;
}

Brown Spud background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a856, #b8783d, #905b3c, #6d3a2c, #4e2d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a856, #b8783d, #905b3c, #6d3a2c, #4e2d2d);
}

Brown Spud color palette created on .