Dark Blue Galaxy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Galaxy palette

Share this palette to:

Download Dark Blue Galaxy Color Palette (PNG)

Download dark blue galaxy color palette PNG image (landscape)
Download dark blue galaxy color palette PNG image (square)

Dark Blue Galaxy color palette CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #504c94;
}
.color-3 {
color: #7c7cb1;
}
.color-4 {
color: #a8c8e6;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #504c94;
--color-3: #7c7cb1;
--color-4: #a8c8e6;
--color-5: #f0a400;
}

Dark Blue Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}

Dark Blue Galaxy color palette created on .