Light Gray with Wood Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Gray with Wood Tones palette
Light Gray with Wood Tones color palette CSS
/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #b1aaa0;
}
.color-3 {
color: #c6b39f;
}
.color-4 {
color: #a58b73;
}
.color-5 {
color: #7e5e3a;
}
/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #b1aaa0;
--color-3: #c6b39f;
--color-4: #a58b73;
--color-5: #7e5e3a;
}
Light Gray with Wood Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #b1aaa0, #c6b39f, #a58b73, #7e5e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #b1aaa0, #c6b39f, #a58b73, #7e5e3a);
}
Similar color palettes
Scroll down to explore 300+ Neutral color palettes
Light Gray with Wood Tones color palette created on .