Vibrant Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Purple palette

Share this palette to:

Vibrant Purple color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb3e7;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3b0066;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e61;
--color-3: #ffb3e7;
--color-4: #690571;
--color-5: #3b0066;
}

Vibrant Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e61, #ffb3e7, #690571, #3b0066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e61, #ffb3e7, #690571, #3b0066);
}

Vibrant Purple color palette created on .