Film Color Palette

Discover the beautiful Film color palette featuring shark (#1d1f20), edward (#b1b4b4), new orleans (#f3c7a5), old gold (#d6a938) and well read (#ad2e2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Cream, Gold, Red, Vintage, Cinema, Monochromatic 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 Film palette

Share this palette to:

💻 Film color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #b1b4b4;
}
.color-3 {
color: #f3c7a5;
}
.color-4 {
color: #d6a938;
}
.color-5 {
color: #ad2e2e;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #b1b4b4;
--color-3: #f3c7a5;
--color-4: #d6a938;
--color-5: #ad2e2e;
}

🌈 Film background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #b1b4b4, #f3c7a5, #d6a938, #ad2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #b1b4b4, #f3c7a5, #d6a938, #ad2e2e);
}

Film color palette created on .