Galactic Mecha Clash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Mecha Clash palette

Share this palette to:

Galactic Mecha Clash color palette CSS

/* CSS */
.color-1 {
color: #0c0e2c;
}
.color-2 {
color: #1f2451;
}
.color-3 {
color: #324377;
}
.color-4 {
color: #4c6ba4;
}
.color-5 {
color: #6b7fb8;
}

/* CSS Variables */
:root {
--color-1: #0c0e2c;
--color-2: #1f2451;
--color-3: #324377;
--color-4: #4c6ba4;
--color-5: #6b7fb8;
}

Galactic Mecha Clash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c0e2c, #1f2451, #324377, #4c6ba4, #6b7fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c0e2c, #1f2451, #324377, #4c6ba4, #6b7fb8);
}

Similar color palettes

Galactic Mecha Clash color palette created on .