Galactic Commander's Array Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Commander's Array palette

Share this palette to:

Galactic Commander's Array color palette CSS

/* CSS */
.color-1 {
color: #1f2029;
}
.color-2 {
color: #3c3d49;
}
.color-3 {
color: #5a5a6d;
}
.color-4 {
color: #8c8ca1;
}
.color-5 {
color: #f5f5f9;
}

/* CSS Variables */
:root {
--color-1: #1f2029;
--color-2: #3c3d49;
--color-3: #5a5a6d;
--color-4: #8c8ca1;
--color-5: #f5f5f9;
}

Galactic Commander's Array background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2029, #3c3d49, #5a5a6d, #8c8ca1, #f5f5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2029, #3c3d49, #5a5a6d, #8c8ca1, #f5f5f9);
}

Galactic Commander's Array color palette created on .