Galactic Giant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Giant palette
Galactic Giant color palette CSS
/* CSS */
.color-1 {
color: #271041;
}
.color-2 {
color: #3f2268;
}
.color-3 {
color: #573479;
}
.color-4 {
color: #634d93;
}
.color-5 {
color: #8359a6;
}
/* CSS Variables */
:root {
--color-1: #271041;
--color-2: #3f2268;
--color-3: #573479;
--color-4: #634d93;
--color-5: #8359a6;
}
Galactic Giant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #271041, #3f2268, #573479, #634d93, #8359a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #271041, #3f2268, #573479, #634d93, #8359a6);
}
Similar color palettes
Galactic Giant color palette created on .