Mottled Cinnamon Color Palette

Discover the beautiful Mottled Cinnamon color palette featuring ironstone (#794a39), oriental pink (#c59b8c), rose fog (#e6c8b7), albescent white (#f6e3d5) and porsche (#e4a86c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Cinnamon, Cream, Earthy, Nature, Soft, Vintage, Warm 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 Mottled Cinnamon palette

Share this palette to:

💻 Mottled Cinnamon color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #c59b8c;
}
.color-3 {
color: #e6c8b7;
}
.color-4 {
color: #f6e3d5;
}
.color-5 {
color: #e4a86c;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #c59b8c;
--color-3: #e6c8b7;
--color-4: #f6e3d5;
--color-5: #e4a86c;
}

🌈 Mottled Cinnamon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #c59b8c, #e6c8b7, #f6e3d5, #e4a86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #c59b8c, #e6c8b7, #f6e3d5, #e4a86c);
}

Mottled Cinnamon color palette created on .