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: #1f1b79;
}
.color-2 {
color: #4b4ba0;
}
.color-3 {
color: #7c7cc5;
}
.color-4 {
color: #b1a1e8;
}
.color-5 {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b4ba0;
--color-3: #7c7cc5;
--color-4: #b1a1e8;
--color-5: #f3e4aa;
}
Purple Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b4ba0, #7c7cc5, #b1a1e8, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b4ba0, #7c7cc5, #b1a1e8, #f3e4aa);
}
Similar color palettes
Purple Galaxy color palette created on .