Scholarly Shadows Color Palette

Discover the beautiful Scholarly Shadows color palette featuring woody brown (#3d2929), congo brown (#5a3a3a), ferra (#7b4c4c), quicksand (#c5a49b) and bone (#e5d4c2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Scholarly Shadows color palette CSS

/* CSS */
.color-1 {
color: #3d2929;
}
.color-2 {
color: #5a3a3a;
}
.color-3 {
color: #7b4c4c;
}
.color-4 {
color: #c5a49b;
}
.color-5 {
color: #e5d4c2;
}

/* CSS Variables */
:root {
--color-1: #3d2929;
--color-2: #5a3a3a;
--color-3: #7b4c4c;
--color-4: #c5a49b;
--color-5: #e5d4c2;
}

🌈 Scholarly Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2929, #5a3a3a, #7b4c4c, #c5a49b, #e5d4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2929, #5a3a3a, #7b4c4c, #c5a49b, #e5d4c2);
}

Scholarly Shadows color palette created on .