Purple Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Galaxy palette
Purple Galaxy color palette CSS
/* CSS */
.color-1 {
color: #2c1a7a;
}
.color-2 {
color: #56268c;
}
.color-3 {
color: #7632ae;
}
.color-4 {
color: #8e36ba;
}
.color-5 {
color: #9844c5;
}
/* CSS Variables */
:root {
--color-1: #2c1a7a;
--color-2: #56268c;
--color-3: #7632ae;
--color-4: #8e36ba;
--color-5: #9844c5;
}
Purple Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c1a7a, #56268c, #7632ae, #8e36ba, #9844c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c1a7a, #56268c, #7632ae, #8e36ba, #9844c5);
}
Similar color palettes
Scroll down to explore 100+ Purple color palettes
Purple Galaxy color palette created on .