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: #5e2c90;
}
.color-2 {
color: #a76c99;
}
.color-3 {
color: #d7d6e6;
}
.color-4 {
color: #e1c7f5;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #5e2c90;
--color-2: #a76c99;
--color-3: #d7d6e6;
--color-4: #e1c7f5;
--color-5: #a3c7e0;
}
Purple Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2c90, #a76c99, #d7d6e6, #e1c7f5, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2c90, #a76c99, #d7d6e6, #e1c7f5, #a3c7e0);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Purple Galaxy color palette created on .