Galactic Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Dreamscape palette

Share this palette to:

Galactic Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #5b6e9a;
}
.color-2 {
color: #6f8ba5;
}
.color-3 {
color: #a0c4da;
}
.color-4 {
color: #f1b3b1;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #5b6e9a;
--color-2: #6f8ba5;
--color-3: #a0c4da;
--color-4: #f1b3b1;
--color-5: #eab8d1;
}

Galactic Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}

Galactic Dreamscape color palette created on .