80s Planetarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 80s Planetarium palette
80s Planetarium color palette PNG image
80s Planetarium color palette CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b60a0;
}
.color-3 {
color: #7d90bf;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b60a0;
--color-3: #7d90bf;
--color-4: #ff9900;
--color-5: #ff3d5a;
}
80s Planetarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b60a0, #7d90bf, #ff9900, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b60a0, #7d90bf, #ff9900, #ff3d5a);
}
Similar color palettes
80s Planetarium color palette created on .