Vibrant Blue Galaxy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Blue Galaxy palette

Share this palette to:

Download Vibrant Blue Galaxy Color Palette (PNG)

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

Vibrant Blue Galaxy color palette CSS

/* CSS */
.color-1 {
color: #102f5b;
}
.color-2 {
color: #2d61a4;
}
.color-3 {
color: #5e90c9;
}
.color-4 {
color: #cb5d9f;
}
.color-5 {
color: #dc79ae;
}

/* CSS Variables */
:root {
--color-1: #102f5b;
--color-2: #2d61a4;
--color-3: #5e90c9;
--color-4: #cb5d9f;
--color-5: #dc79ae;
}

Vibrant Blue Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #102f5b, #2d61a4, #5e90c9, #cb5d9f, #dc79ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #102f5b, #2d61a4, #5e90c9, #cb5d9f, #dc79ae);
}

Vibrant Blue Galaxy color palette created on .