Pastel Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Brown palette

Share this palette to:

Pastel Brown color palette CSS

/* CSS */
.color-1 {
color: #d9b3a1;
}
.color-2 {
color: #e3c9b5;
}
.color-3 {
color: #f1e6d5;
}
.color-4 {
color: #f4c09f;
}
.color-5 {
color: #d3b58d;
}

/* CSS Variables */
:root {
--color-1: #d9b3a1;
--color-2: #e3c9b5;
--color-3: #f1e6d5;
--color-4: #f4c09f;
--color-5: #d3b58d;
}

Pastel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3a1, #e3c9b5, #f1e6d5, #f4c09f, #d3b58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3a1, #e3c9b5, #f1e6d5, #f4c09f, #d3b58d);
}

Pastel Brown color palette created on .