Vibrant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vibrant Harmony Color Palette (PNG)
Vibrant Harmony color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #a75fb9;
}
.color-3 {
color: #d15c9c;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #a75fb9;
--color-3: #d15c9c;
--color-4: #f6b83c;
--color-5: #ff6e61;
}
Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #a75fb9, #d15c9c, #f6b83c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #a75fb9, #d15c9c, #f6b83c, #ff6e61);
}
Similar color palettes
Vibrant Harmony color palette created on .