Sunny Rustic Kitchen Color Palette

Discover the beautiful Sunny Rustic Kitchen color palette featuring equator (#e3b75f), brown rust (#b66a3e), nutmeg (#7e4f2a), whiskey (#d9a56d) and maize (#f7d3a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cream, Earthy, Medieval, Orange, Rusty, Soft, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sunny Rustic Kitchen palette

Share this palette to:

💻 Sunny Rustic Kitchen color palette CSS

/* CSS */
.color-1 {
color: #e3b75f;
}
.color-2 {
color: #b66a3e;
}
.color-3 {
color: #7e4f2a;
}
.color-4 {
color: #d9a56d;
}
.color-5 {
color: #f7d3a1;
}

/* CSS Variables */
:root {
--color-1: #e3b75f;
--color-2: #b66a3e;
--color-3: #7e4f2a;
--color-4: #d9a56d;
--color-5: #f7d3a1;
}

🌈 Sunny Rustic Kitchen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b75f, #b66a3e, #7e4f2a, #d9a56d, #f7d3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b75f, #b66a3e, #7e4f2a, #d9a56d, #f7d3a1);
}

Sunny Rustic Kitchen color palette created on .