Brown Freddy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Freddy palette

Share this palette to:

Brown Freddy color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d39d6f;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #b86a3d;
}
.color-5 {
color: #3e2c13;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d39d6f;
--color-3: #ffb84d;
--color-4: #b86a3d;
--color-5: #3e2c13;
}

Brown Freddy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d39d6f, #ffb84d, #b86a3d, #3e2c13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d39d6f, #ffb84d, #b86a3d, #3e2c13);
}

Brown Freddy color palette created on .