Galactic Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Dream palette

Share this palette to:

Galactic Dream color palette PNG image

Download galactic dream color palette PNG image (landscape)
Download galactic dream color palette PNG image (square)

Galactic Dream color palette CSS

/* CSS */
.color-1 {
color: #5d3b8c;
}
.color-2 {
color: #8f4ba0;
}
.color-3 {
color: #b86bb5;
}
.color-4 {
color: #e2a7e0;
}
.color-5 {
color: #f5d3f8;
}

/* CSS Variables */
:root {
--color-1: #5d3b8c;
--color-2: #8f4ba0;
--color-3: #b86bb5;
--color-4: #e2a7e0;
--color-5: #f5d3f8;
}

Galactic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
}

Galactic Dream color palette created on .