Dark Blue Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Blue Galaxy palette
Download Dark Blue Galaxy Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dark Blue Galaxy color palette created on .