Scholarly Sepia Tones Color Palette

Discover the beautiful Scholarly Sepia Tones color palette featuring brown rust (#a65b3a), akaroa (#d5c3aa), juniper (#6b8e8a), indian khaki (#bfaf8d) and butterfly bush (#5e4b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Sepia Tones palette

Share this palette to:

💻 Scholarly Sepia Tones color palette CSS

/* CSS */
.color-1 {
color: #a65b3a;
}
.color-2 {
color: #d5c3aa;
}
.color-3 {
color: #6b8e8a;
}
.color-4 {
color: #bfaf8d;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #a65b3a;
--color-2: #d5c3aa;
--color-3: #6b8e8a;
--color-4: #bfaf8d;
--color-5: #5e4b8b;
}

🌈 Scholarly Sepia Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65b3a, #d5c3aa, #6b8e8a, #bfaf8d, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65b3a, #d5c3aa, #6b8e8a, #bfaf8d, #5e4b8b);
}

Scholarly Sepia Tones color palette created on .