Vintage Book Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Book palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vintage Book Color Palette (PNG)
Vintage Book color palette CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #d1b085;
}
.color-4 {
color: #f5e8d6;
}
.color-5 {
color: #f2e1c0;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c19b6c;
--color-3: #d1b085;
--color-4: #f5e8d6;
--color-5: #f2e1c0;
}
Vintage Book background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c19b6c, #d1b085, #f5e8d6, #f2e1c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c19b6c, #d1b085, #f5e8d6, #f2e1c0);
}
Similar color palettes
Vintage Book color palette created on .