Vivid Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Purple palette

Share this palette to:

Vivid Purple color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #f76969;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #88d8b0;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #f76969;
--color-3: #ffcb5c;
--color-4: #88d8b0;
--color-5: #1f8fff;
}

Vivid Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #f76969, #ffcb5c, #88d8b0, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #f76969, #ffcb5c, #88d8b0, #1f8fff);
}

Vivid Purple color palette created on .