Galactic Femme Command Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Femme Command palette

Share this palette to:

Galactic Femme Command color palette CSS

/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #ab47bd;
}
.color-3 {
color: #65b5f6;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #ff6e42;
}

/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #ab47bd;
--color-3: #65b5f6;
--color-4: #4eb7ac;
--color-5: #ff6e42;
}

Galactic Femme Command background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #ab47bd, #65b5f6, #4eb7ac, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #ab47bd, #65b5f6, #4eb7ac, #ff6e42);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Galactic Femme Command color palette created on .