Vibrant Space Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Space Purple palette
Download Vibrant Space Purple Color Palette (PNG)
Vibrant Space Purple color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #d6006f;
--color-3: #4051b5;
--color-4: #00bdd6;
--color-5: #000000;
}
Vibrant Space Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #d6006f, #4051b5, #00bdd6, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #d6006f, #4051b5, #00bdd6, #000000);
}
Similar color palettes
Vibrant Space Purple color palette created on .