Spiced Shadows Color Palette

Discover the beautiful Spiced Shadows color palette featuring woody brown (#3c2a2a), matterhorn (#4e3b3b), ferra (#6d4f4f), pharlap (#a67d7d) and clam shell (#dab9b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Dark, Earthy, 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 Spiced Shadows palette

Share this palette to:

💻 Spiced Shadows color palette CSS

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #4e3b3b;
}
.color-3 {
color: #6d4f4f;
}
.color-4 {
color: #a67d7d;
}
.color-5 {
color: #dab9b9;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #4e3b3b;
--color-3: #6d4f4f;
--color-4: #a67d7d;
--color-5: #dab9b9;
}

🌈 Spiced Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #4e3b3b, #6d4f4f, #a67d7d, #dab9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #4e3b3b, #6d4f4f, #a67d7d, #dab9b9);
}

Spiced Shadows color palette created on .