Antique Manuscript Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Antique Manuscript palette
Antique Manuscript color palette PNG image
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);
}
Similar color palettes
Antique Manuscript color palette created on .