Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galaxy palette
Galaxy color palette PNG image
Galaxy color palette CSS
/* CSS */
.color-1 {
color: #5d4f8c;
}
.color-2 {
color: #6b80bd;
}
.color-3 {
color: #84a8cd;
}
.color-4 {
color: #aecfe0;
}
.color-5 {
color: #f5f7fa;
}
/* CSS Variables */
:root {
--color-1: #5d4f8c;
--color-2: #6b80bd;
--color-3: #84a8cd;
--color-4: #aecfe0;
--color-5: #f5f7fa;
}
Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4f8c, #6b80bd, #84a8cd, #aecfe0, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4f8c, #6b80bd, #84a8cd, #aecfe0, #f5f7fa);
}
Similar color palettes
Scroll down to explore 1000+ colors.cosmic color palettes
Galaxy color palette created on .