Vivid Purple Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Purple Blue palette

Share this palette to:

Vivid Purple Blue color palette CSS

/* CSS */
.color-1 {
color: #7b1fa3;
}
.color-2 {
color: #a400d6;
}
.color-3 {
color: #49148a;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #7b1fa3;
--color-2: #a400d6;
--color-3: #49148a;
--color-4: #00bdd6;
--color-5: #ffec3d;
}

Vivid Purple Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1fa3, #a400d6, #49148a, #00bdd6, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1fa3, #a400d6, #49148a, #00bdd6, #ffec3d);
}

Vivid Purple Blue color palette created on .