Old Newspaper Color Palette
Discover the beautiful Old Newspaper color palette featuring sisal (#d1c6b8), malta (#b7a99a), pale oyster (#9a8a7e), sand dune (#7f705c) and fuscous gray (#5f5c4f).
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 Old Newspaper palette
💻 Old Newspaper color palette CSS
/* CSS */
.color-1 {
color: #d1c6b8;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #9a8a7e;
}
.color-4 {
color: #7f705c;
}
.color-5 {
color: #5f5c4f;
}
/* CSS Variables */
:root {
--color-1: #d1c6b8;
--color-2: #b7a99a;
--color-3: #9a8a7e;
--color-4: #7f705c;
--color-5: #5f5c4f;
}
🌈 Old Newspaper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c6b8, #b7a99a, #9a8a7e, #7f705c, #5f5c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c6b8, #b7a99a, #9a8a7e, #7f705c, #5f5c4f);
}
🔗 Explore similar color palettes
Old Newspaper color palette created on .