Purple Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Galaxy palette
Purple Galaxy color palette PNG image
Purple Galaxy color palette CSS
/* CSS */
.color-1 {
color: #5b2f8e;
}
.color-2 {
color: #7c53b2;
}
.color-3 {
color: #9e7bc1;
}
.color-4 {
color: #d2a9e5;
}
.color-5 {
color: #f6c7ff;
}
/* CSS Variables */
:root {
--color-1: #5b2f8e;
--color-2: #7c53b2;
--color-3: #9e7bc1;
--color-4: #d2a9e5;
--color-5: #f6c7ff;
}
Purple Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f8e, #7c53b2, #9e7bc1, #d2a9e5, #f6c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f8e, #7c53b2, #9e7bc1, #d2a9e5, #f6c7ff);
}
Similar color palettes
Scroll down to explore 8 Aesthetic color palettes
Purple Galaxy color palette created on .