Galactic Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Blue palette

Share this palette to:

Galactic Blue color palette CSS

/* CSS */
.color-1 {
color: #1a2070;
}
.color-2 {
color: #5b5c9a;
}
.color-3 {
color: #8b79be;
}
.color-4 {
color: #c3b1e2;
}
.color-5 {
color: #dfb2f0;
}

/* CSS Variables */
:root {
--color-1: #1a2070;
--color-2: #5b5c9a;
--color-3: #8b79be;
--color-4: #c3b1e2;
--color-5: #dfb2f0;
}

Galactic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}

Galactic Blue color palette created on .