Vibrant Voltage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Voltage palette

Share this palette to:

Vibrant Voltage color palette CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #ab82d9;
}
.color-3 {
color: #e3c4f8;
}
.color-4 {
color: #f8c9d5;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #ab82d9;
--color-3: #e3c4f8;
--color-4: #f8c9d5;
--color-5: #ff6e61;
}

Vibrant Voltage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #ab82d9, #e3c4f8, #f8c9d5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #ab82d9, #e3c4f8, #f8c9d5, #ff6e61);
}

Vibrant Voltage color palette created on .