Vibrant Purple Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Purple Garden palette
Vibrant Purple Garden color palette CSS
/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #28af60;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #f1c40e;
--color-3: #28af60;
--color-4: #ff6e61;
--color-5: #e74d3c;
}
Vibrant Purple Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #f1c40e, #28af60, #ff6e61, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #f1c40e, #28af60, #ff6e61, #e74d3c);
}
Similar color palettes
Vibrant Purple Garden color palette created on .