Film Review Color Palette
Discover the beautiful Film Review color palette featuring valencia (#d93b36), sea buckthorn (#f6a831), golden sand (#f1d57e), cornflower (#9fc4e9) and kashmir blue (#4f6d92).
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 Film Review palette
💻 Film Review color palette CSS
/* CSS */
.color-1 {
color: #d93b36;
}
.color-2 {
color: #f6a831;
}
.color-3 {
color: #f1d57e;
}
.color-4 {
color: #9fc4e9;
}
.color-5 {
color: #4f6d92;
}
/* CSS Variables */
:root {
--color-1: #d93b36;
--color-2: #f6a831;
--color-3: #f1d57e;
--color-4: #9fc4e9;
--color-5: #4f6d92;
} 🌈 Film Review background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93b36, #f6a831, #f1d57e, #9fc4e9, #4f6d92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93b36, #f6a831, #f1d57e, #9fc4e9, #4f6d92);
} 🔗 Explore similar color palettes
Film Review color palette created on .