Galactic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Galactic Color Palette (PNG)
Galactic color palette CSS
/* CSS */
.color-1 {
color: #4c3b81;
}
.color-2 {
color: #7f5abf;
}
.color-3 {
color: #a57fc3;
}
.color-4 {
color: #d5a1e8;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #4c3b81;
--color-2: #7f5abf;
--color-3: #a57fc3;
--color-4: #d5a1e8;
--color-5: #f1c84b;
}
Galactic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3b81, #7f5abf, #a57fc3, #d5a1e8, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3b81, #7f5abf, #a57fc3, #d5a1e8, #f1c84b);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Galactic color palette created on .