Antique Manuscript Color Palette

Discover the beautiful Antique Manuscript color palette featuring hampton (#e7d5b1), rodeo dust (#c8b19d), donkey brown (#a88e80), shadow (#7f6b53) and kelp (#4a4c39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Elegant, Earthy, Vintage, Soft, Muted, Neutral, Autumn 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 Antique Manuscript palette

Share this palette to:

💻 Antique Manuscript color palette CSS

/* CSS */
.color-1 {
color: #e7d5b1;
}
.color-2 {
color: #c8b19d;
}
.color-3 {
color: #a88e80;
}
.color-4 {
color: #7f6b53;
}
.color-5 {
color: #4a4c39;
}

/* CSS Variables */
:root {
--color-1: #e7d5b1;
--color-2: #c8b19d;
--color-3: #a88e80;
--color-4: #7f6b53;
--color-5: #4a4c39;
}

🌈 Antique Manuscript background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d5b1, #c8b19d, #a88e80, #7f6b53, #4a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d5b1, #c8b19d, #a88e80, #7f6b53, #4a4c39);
}

Antique Manuscript color palette created on .