Galactic Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Sunrise palette
Galactic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #c8ff00;
}
.color-5 {
color: #8cff00;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffea00;
--color-4: #c8ff00;
--color-5: #8cff00;
}
Galactic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffea00, #c8ff00, #8cff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffea00, #c8ff00, #8cff00);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Galactic Sunrise color palette created on .