Shades of Sorrel Color Palette

Discover the beautiful Shades of Sorrel color palette featuring ironstone (#794a39), norway (#b1c0a5), surf crest (#d4e3ce), sidecar (#f1e8b1) and neon carrot (#f99c3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Soft, Spring, Vintage 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 Shades of Sorrel palette

Share this palette to:

💻 Shades of Sorrel color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b1c0a5;
}
.color-3 {
color: #d4e3ce;
}
.color-4 {
color: #f1e8b1;
}
.color-5 {
color: #f99c3e;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b1c0a5;
--color-3: #d4e3ce;
--color-4: #f1e8b1;
--color-5: #f99c3e;
}

🌈 Shades of Sorrel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}

Shades of Sorrel color palette created on .