Stranger Things Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stranger Things palette
Color Inspiration
Images that showcase this color palette in real designs
Download Stranger Things Color Palette (PNG)
Stranger Things color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6a2c90;
}
.color-3 {
color: #ae2d65;
}
.color-4 {
color: #f5c619;
}
.color-5 {
color: #f9e24e;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6a2c90;
--color-3: #ae2d65;
--color-4: #f5c619;
--color-5: #f9e24e;
}
Stranger Things background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6a2c90, #ae2d65, #f5c619, #f9e24e);
}
Similar color palettes
Scroll down to explore 9 Dark color palettes
Stranger Things color palette created on .