Brown Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Delight palette
Download Brown Delight Color Palette (PNG)
Brown Delight color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #c6896c;
}
.color-3 {
color: #f2c09c;
}
.color-4 {
color: #e5b46c;
}
.color-5 {
color: #8f5d4d;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #c6896c;
--color-3: #f2c09c;
--color-4: #e5b46c;
--color-5: #8f5d4d;
}
Brown Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #c6896c, #f2c09c, #e5b46c, #8f5d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #c6896c, #f2c09c, #e5b46c, #8f5d4d);
}
Similar color palettes
Brown Delight color palette created on .