Galaxy Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galaxy Colors palette

Share this palette to:

Galaxy Colors color palette CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #4f4d7a;
}
.color-3 {
color: #7c7b9d;
}
.color-4 {
color: #b1a3c8;
}
.color-5 {
color: #f2d4e8;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4f4d7a;
--color-3: #7c7b9d;
--color-4: #b1a3c8;
--color-5: #f2d4e8;
}

Galaxy Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4f4d7a, #7c7b9d, #b1a3c8, #f2d4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4f4d7a, #7c7b9d, #b1a3c8, #f2d4e8);
}

Similar color palettes

Galaxy Colors color palette created on .