Sorrell Harmony Color Palette

Discover the beautiful Sorrell Harmony color palette featuring mondo (#493d31), tobacco brown (#6c5b4b), makara (#8a7a6a), sorrell brown (#d3b59c) and dawn pink (#f1ebdf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Caramel, Cream, Earthy, Neutral, Soft, Tan, 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 Sorrell Harmony palette

Share this palette to:

💻 Sorrell Harmony color palette CSS

/* CSS */
.color-1 {
color: #493d31;
}
.color-2 {
color: #6c5b4b;
}
.color-3 {
color: #8a7a6a;
}
.color-4 {
color: #d3b59c;
}
.color-5 {
color: #f1ebdf;
}

/* CSS Variables */
:root {
--color-1: #493d31;
--color-2: #6c5b4b;
--color-3: #8a7a6a;
--color-4: #d3b59c;
--color-5: #f1ebdf;
}

🌈 Sorrell Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493d31, #6c5b4b, #8a7a6a, #d3b59c, #f1ebdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493d31, #6c5b4b, #8a7a6a, #d3b59c, #f1ebdf);
}

Sorrell Harmony color palette created on .