Warm Cinnamon Brown Color Palette

Discover the beautiful Warm Cinnamon Brown color palette featuring wheat (#f3e4aa), sapling (#e1c6a8), quicksand (#c1978b), roman coffee (#7d4a4a) and woody brown (#3c2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Brown, Warm, Autumn 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 Warm Cinnamon Brown palette

Share this palette to:

💻 Warm Cinnamon Brown color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #c1978b;
}
.color-4 {
color: #7d4a4a;
}
.color-5 {
color: #3c2a2a;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e1c6a8;
--color-3: #c1978b;
--color-4: #7d4a4a;
--color-5: #3c2a2a;
}

🌈 Warm Cinnamon Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e1c6a8, #c1978b, #7d4a4a, #3c2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e1c6a8, #c1978b, #7d4a4a, #3c2a2a);
}

Warm Cinnamon Brown color palette created on .