Contrasting Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Contrasting Woods palette
Color Inspiration
Images that showcase this color palette in real designs
Download Contrasting Woods Color Palette (PNG)
Contrasting Woods color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #a57d69;
}
.color-3 {
color: #d6b19a;
}
.color-4 {
color: #f5e0c2;
}
.color-5 {
color: #e8d2b0;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #a57d69;
--color-3: #d6b19a;
--color-4: #f5e0c2;
--color-5: #e8d2b0;
}
Contrasting Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #a57d69, #d6b19a, #f5e0c2, #e8d2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #a57d69, #d6b19a, #f5e0c2, #e8d2b0);
}
Similar color palettes
Contrasting Woods color palette created on .