Purple Galaxy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Galaxy palette

Share this palette to:

Purple Galaxy color palette CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #8e6dd0;
}
.color-3 {
color: #b69cde;
}
.color-4 {
color: #f1b8f4;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #8e6dd0;
--color-3: #b69cde;
--color-4: #f1b8f4;
--color-5: #ff7092;
}

Purple Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #8e6dd0, #b69cde, #f1b8f4, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #8e6dd0, #b69cde, #f1b8f4, #ff7092);
}

Similar color palettes

Purple Galaxy color palette created on .