Sepia Glow Color Palette

Discover the beautiful Sepia Glow color palette featuring cashmere (#e4b9a0), tan (#d1a789), antique brass (#c59977), sandal (#b28a6c) and leather (#9f7d60).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSepia, Skin, Tan, Brown, Cream 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 Sepia Glow palette

Share this palette to:

💻 Sepia Glow color palette CSS

/* CSS */
.color-1 {
color: #e4b9a0;
}
.color-2 {
color: #d1a789;
}
.color-3 {
color: #c59977;
}
.color-4 {
color: #b28a6c;
}
.color-5 {
color: #9f7d60;
}

/* CSS Variables */
:root {
--color-1: #e4b9a0;
--color-2: #d1a789;
--color-3: #c59977;
--color-4: #b28a6c;
--color-5: #9f7d60;
}

🌈 Sepia Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9a0, #d1a789, #c59977, #b28a6c, #9f7d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9a0, #d1a789, #c59977, #b28a6c, #9f7d60);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Sepia Glow color palette created on .