Cinnamon Beach Brown Color Palette

Discover the beautiful Cinnamon Beach Brown color palette featuring mondo (#4e3b31), crail (#b94b3c), akaroa (#d8c6a6), barley corn (#a67a59) and ironstone (#7d4b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with autumn, beach, brown, vibrant, 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 Cinnamon Beach Brown palette

Share this palette to:

💻 Cinnamon Beach Brown color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #b94b3c;
}
.color-3 {
color: #d8c6a6;
}
.color-4 {
color: #a67a59;
}
.color-5 {
color: #7d4b3b;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #b94b3c;
--color-3: #d8c6a6;
--color-4: #a67a59;
--color-5: #7d4b3b;
}

🌈 Cinnamon Beach Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #b94b3c, #d8c6a6, #a67a59, #7d4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #b94b3c, #d8c6a6, #a67a59, #7d4b3b);
}

Cinnamon Beach Brown color palette created on .