Galactic Glaze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Glaze palette

Share this palette to:

Galactic Glaze color palette CSS

/* CSS */
.color-1 {
color: #392c59;
}
.color-2 {
color: #5c4e8d;
}
.color-3 {
color: #8e73b0;
}
.color-4 {
color: #d5a1e3;
}
.color-5 {
color: #f2d4e8;
}

/* CSS Variables */
:root {
--color-1: #392c59;
--color-2: #5c4e8d;
--color-3: #8e73b0;
--color-4: #d5a1e3;
--color-5: #f2d4e8;
}

Galactic Glaze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392c59, #5c4e8d, #8e73b0, #d5a1e3, #f2d4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392c59, #5c4e8d, #8e73b0, #d5a1e3, #f2d4e8);
}

Galactic Glaze color palette created on .