Galactic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Dreams palette

Share this palette to:

Galactic Dreams color palette PNG image

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

Galactic Dreams color palette CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4c2b8c;
}
.color-3 {
color: #794f9c;
}
.color-4 {
color: #a36aaf;
}
.color-5 {
color: #d69ec0;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4c2b8c;
--color-3: #794f9c;
--color-4: #a36aaf;
--color-5: #d69ec0;
}

Galactic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4c2b8c, #794f9c, #a36aaf, #d69ec0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4c2b8c, #794f9c, #a36aaf, #d69ec0);
}

Galactic Dreams color palette created on .