Star Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Star Galaxy palette
Star Galaxy color palette PNG image
Star Galaxy color palette CSS
/* CSS */
.color-1 {
color: #1b0e4e;
}
.color-2 {
color: #5d2a92;
}
.color-3 {
color: #8a4db3;
}
.color-4 {
color: #b46fec;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #1b0e4e;
--color-2: #5d2a92;
--color-3: #8a4db3;
--color-4: #b46fec;
--color-5: #f5a524;
}
Star Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e4e, #5d2a92, #8a4db3, #b46fec, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e4e, #5d2a92, #8a4db3, #b46fec, #f5a524);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Star Galaxy color palette created on .