Galactic Transit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Transit palette

Share this palette to:

Galactic Transit color palette CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #3b3f8c;
}
.color-3 {
color: #6b6db3;
}
.color-4 {
color: #a4a6df;
}
.color-5 {
color: #d3d5f3;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #3b3f8c;
--color-3: #6b6db3;
--color-4: #a4a6df;
--color-5: #d3d5f3;
}

Galactic Transit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #3b3f8c, #6b6db3, #a4a6df, #d3d5f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #3b3f8c, #6b6db3, #a4a6df, #d3d5f3);
}

Galactic Transit color palette created on .