Vintage Book Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Book palette

Share this palette to:

Vintage Book color palette PNG image

Download vintage book color palette PNG image (landscape)
Download vintage book color palette PNG image (square)

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);
}

Vintage Book color palette created on .