Discover the beautiful Warm Kitchen color palette featuring sweet corn (#f9df8b), sandy brown (#f2b75f), flame pea (#d55e39), night shadz (#a7354d) and eminence (#752a92).

Warm Kitchen Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Warm Kitchen palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Warm Kitchen palette

Share this palette to:

💻 Warm Kitchen color palette CSS

/* CSS */
.color-1 {
color: #f9df8b;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #d55e39;
}
.color-4 {
color: #a7354d;
}
.color-5 {
color: #752a92;
}

/* CSS Variables */
:root {
--color-1: #f9df8b;
--color-2: #f2b75f;
--color-3: #d55e39;
--color-4: #a7354d;
--color-5: #752a92;
}

🌈 Warm Kitchen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df8b, #f2b75f, #d55e39, #a7354d, #752a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df8b, #f2b75f, #d55e39, #a7354d, #752a92);
}

Warm Kitchen color palette created on .