Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galaxy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Galaxy Color Palette (PNG)
Galaxy color palette CSS
/* CSS */
.color-1 {
color: #4b2e7a;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #e1c7f0;
}
.color-5 {
color: #f1e5ff;
}
/* CSS Variables */
:root {
--color-1: #4b2e7a;
--color-2: #684f92;
--color-3: #a77ccb;
--color-4: #e1c7f0;
--color-5: #f1e5ff;
}
Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2e7a, #684f92, #a77ccb, #e1c7f0, #f1e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2e7a, #684f92, #a77ccb, #e1c7f0, #f1e5ff);
}
Similar color palettes
Galaxy color palette created on .