Blue Milky Way Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Milky Way palette

Share this palette to:

Blue Milky Way color palette CSS

/* CSS */
.color-1 {
color: #1b1e37;
}
.color-2 {
color: #4b5d81;
}
.color-3 {
color: #808eff;
}
.color-4 {
color: #b8c4ff;
}
.color-5 {
color: #e5e8f0;
}

/* CSS Variables */
:root {
--color-1: #1b1e37;
--color-2: #4b5d81;
--color-3: #808eff;
--color-4: #b8c4ff;
--color-5: #e5e8f0;
}

Blue Milky Way background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e37, #4b5d81, #808eff, #b8c4ff, #e5e8f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e37, #4b5d81, #808eff, #b8c4ff, #e5e8f0);
}

Blue Milky Way color palette created on .