Whole Wheat Color Palette

Discover the beautiful Whole Wheat color palette featuring laser (#c2a76b), tan (#d1b47b), brandy (#e2c8a6), raffia (#e9d8b4) and janna (#f5ebd6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Light, Nature, Neutral, Soft, Summer 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 Whole Wheat palette

Share this palette to:

💻 Whole Wheat color palette CSS

/* CSS */
.color-1 {
color: #c2a76b;
}
.color-2 {
color: #d1b47b;
}
.color-3 {
color: #e2c8a6;
}
.color-4 {
color: #e9d8b4;
}
.color-5 {
color: #f5ebd6;
}

/* CSS Variables */
:root {
--color-1: #c2a76b;
--color-2: #d1b47b;
--color-3: #e2c8a6;
--color-4: #e9d8b4;
--color-5: #f5ebd6;
}

🌈 Whole Wheat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a76b, #d1b47b, #e2c8a6, #e9d8b4, #f5ebd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a76b, #d1b47b, #e2c8a6, #e9d8b4, #f5ebd6);
}

Whole Wheat color palette created on .