Brown Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Delight palette
Brown Delight color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c8793c;
}
.color-3 {
color: #d1a26b;
}
.color-4 {
color: #e6cba8;
}
.color-5 {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c8793c;
--color-3: #d1a26b;
--color-4: #e6cba8;
--color-5: #f4e4d7;
}
Brown Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c8793c, #d1a26b, #e6cba8, #f4e4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c8793c, #d1a26b, #e6cba8, #f4e4d7);
}
Similar color palettes
Scroll down to explore 300+ Brown color palettes
Brown Delight color palette created on .