Vintage Camera Color Palette

Discover the beautiful Vintage Camera color palette featuring indian khaki (#c2b180), cape palliser (#a1704a), shingle fawn (#6a4b39), cream can (#f2b75a) and cinnabar (#e13e33).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cream, Earthy, Orange, Photography, Red, Retro, Soft, Vintage color palettes and combinations.

💡 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 Camera palette

Share this palette to:

💻 Vintage Camera color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a1704a;
}
.color-3 {
color: #6a4b39;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a1704a;
--color-3: #6a4b39;
--color-4: #f2b75a;
--color-5: #e13e33;
}

🌈 Vintage Camera background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a1704a, #6a4b39, #f2b75a, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a1704a, #6a4b39, #f2b75a, #e13e33);
}

Vintage Camera color palette created on .