Vibrant Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Space palette

Share this palette to:

Vibrant Space color palette PNG image

Download vibrant space color palette PNG image (landscape)
Download vibrant space color palette PNG image (square)

Vibrant Space color palette CSS

/* CSS */
.color-1 {
color: #5d4a8c;
}
.color-2 {
color: #4d6db3;
}
.color-3 {
color: #3bbab6;
}
.color-4 {
color: #aae4da;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #5d4a8c;
--color-2: #4d6db3;
--color-3: #3bbab6;
--color-4: #aae4da;
--color-5: #f1c84b;
}

Vibrant Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4a8c, #4d6db3, #3bbab6, #aae4da, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4a8c, #4d6db3, #3bbab6, #aae4da, #f1c84b);
}

Vibrant Space color palette created on .