Antique Manuscript Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Antique Manuscript palette

Share this palette to:

Antique Manuscript color palette PNG image

Download antique manuscript color palette PNG image (landscape)
Download antique manuscript color palette PNG image (square)

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 .