Vivid Vee Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Vee Vibes palette

Share this palette to:

Vivid Vee Vibes color palette CSS

/* CSS */
.color-1 {
color: #7c5cff;
}
.color-2 {
color: #a15dea;
}
.color-3 {
color: #d67aca;
}
.color-4 {
color: #f4a4a4;
}
.color-5 {
color: #ffb54d;
}

/* CSS Variables */
:root {
--color-1: #7c5cff;
--color-2: #a15dea;
--color-3: #d67aca;
--color-4: #f4a4a4;
--color-5: #ffb54d;
}

Vivid Vee Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5cff, #a15dea, #d67aca, #f4a4a4, #ffb54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5cff, #a15dea, #d67aca, #f4a4a4, #ffb54d);
}

Vivid Vee Vibes color palette created on .