Rustic Kitchen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Kitchen palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rustic Kitchen Color Palette (PNG)
Rustic Kitchen color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d8a76e;
}
.color-3 {
color: #bfaf92;
}
.color-4 {
color: #e0c6a4;
}
.color-5 {
color: #6a4e39;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d8a76e;
--color-3: #bfaf92;
--color-4: #e0c6a4;
--color-5: #6a4e39;
}
Rustic Kitchen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d8a76e, #bfaf92, #e0c6a4, #6a4e39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d8a76e, #bfaf92, #e0c6a4, #6a4e39);
}
Similar color palettes
Rustic Kitchen color palette created on .