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