Stranger Things Color Palette
Discover the beautiful Stranger Things color palette featuring dune (#2e2a29), copper rust (#8c4f4f), copperfield (#d68f66), corvette (#f8c8a0) and quarter spanish white (#f9f1e6).
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 Stranger Things palette
💻 Stranger Things color palette CSS
/* CSS */
.color-1 {
color: #2e2a29;
}
.color-2 {
color: #8c4f4f;
}
.color-3 {
color: #d68f66;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #f9f1e6;
}
/* CSS Variables */
:root {
--color-1: #2e2a29;
--color-2: #8c4f4f;
--color-3: #d68f66;
--color-4: #f8c8a0;
--color-5: #f9f1e6;
} 🌈 Stranger Things background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a29, #8c4f4f, #d68f66, #f8c8a0, #f9f1e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a29, #8c4f4f, #d68f66, #f8c8a0, #f9f1e6);
} 🔗 Explore similar color palettes
Stranger Things color palette created on .