Brown Potato Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Potato palette

Share this palette to:

Brown Potato color palette CSS

/* CSS */
.color-1 {
color: #d8c55a;
}
.color-2 {
color: #bfaf6e;
}
.color-3 {
color: #a68e7d;
}
.color-4 {
color: #a55b4a;
}
.color-5 {
color: #8b4e3c;
}

/* CSS Variables */
:root {
--color-1: #d8c55a;
--color-2: #bfaf6e;
--color-3: #a68e7d;
--color-4: #a55b4a;
--color-5: #8b4e3c;
}

Brown Potato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c55a, #bfaf6e, #a68e7d, #a55b4a, #8b4e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c55a, #bfaf6e, #a68e7d, #a55b4a, #8b4e3c);
}

Brown Potato color palette created on .