Sauron's Embrace Color Palette

Discover the beautiful Sauron's Embrace color palette featuring jon (#3d1f1f), buccaneer (#6a2a2a), sanguine brown (#9e3d3d), chestnut rose (#d14d4d) and froly (#f06a6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCrimson, Dark, Deep, Earthy, Red, 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 Sauron's Embrace palette

Share this palette to:

💻 Sauron's Embrace color palette CSS

/* CSS */
.color-1 {
color: #3d1f1f;
}
.color-2 {
color: #6a2a2a;
}
.color-3 {
color: #9e3d3d;
}
.color-4 {
color: #d14d4d;
}
.color-5 {
color: #f06a6a;
}

/* CSS Variables */
:root {
--color-1: #3d1f1f;
--color-2: #6a2a2a;
--color-3: #9e3d3d;
--color-4: #d14d4d;
--color-5: #f06a6a;
}

🌈 Sauron's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1f1f, #6a2a2a, #9e3d3d, #d14d4d, #f06a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1f1f, #6a2a2a, #9e3d3d, #d14d4d, #f06a6a);
}

Sauron's Embrace color palette created on .