Galaxy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galaxy Blue palette

Share this palette to:

Galaxy Blue color palette CSS

/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #7c6db0;
}
.color-3 {
color: #a49dd8;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #7c6db0;
--color-3: #a49dd8;
--color-4: #f4cf3e;
--color-5: #e77e23;
}

Galaxy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #7c6db0, #a49dd8, #f4cf3e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #7c6db0, #a49dd8, #f4cf3e, #e77e23);
}

Galaxy Blue color palette created on .