Shades of Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Brown palette

Share this palette to:

Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #e2b346;
}
.color-2 {
color: #d74e3c;
}
.color-3 {
color: #a5789c;
}
.color-4 {
color: #6d9fc0;
}
.color-5 {
color: #3a9c8a;
}

/* CSS Variables */
:root {
--color-1: #e2b346;
--color-2: #d74e3c;
--color-3: #a5789c;
--color-4: #6d9fc0;
--color-5: #3a9c8a;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b346, #d74e3c, #a5789c, #6d9fc0, #3a9c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b346, #d74e3c, #a5789c, #6d9fc0, #3a9c8a);
}

Shades of Brown color palette created on .