Soft Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Brown palette
Soft Brown color palette CSS
/* CSS */
.color-1 {
color: #e6b57a;
}
.color-2 {
color: #f8d0a0;
}
.color-3 {
color: #f9e2d7;
}
.color-4 {
color: #d4b5c0;
}
.color-5 {
color: #e8a1ae;
}
/* CSS Variables */
:root {
--color-1: #e6b57a;
--color-2: #f8d0a0;
--color-3: #f9e2d7;
--color-4: #d4b5c0;
--color-5: #e8a1ae;
}
Soft Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b57a, #f8d0a0, #f9e2d7, #d4b5c0, #e8a1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b57a, #f8d0a0, #f9e2d7, #d4b5c0, #e8a1ae);
}
Similar color palettes
Soft Brown color palette created on .