Vintage Book Color Palette
Discover the beautiful Vintage Book color palette featuring mule fawn (#8c5a2b), twine (#c19b6c), tan (#d1b085), albescent white (#f5e8d6) and sidecar (#f2e1c0).
Brightness
Saturation
Warmth
💡 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 Vintage Book palette
💻 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);
}
🔗 Explore similar color palettes
Vintage Book color palette created on .