Vibrant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
Vibrant Harmony color palette PNG image
Vibrant Harmony color palette CSS
/* CSS */
.color-1 {
color: #791b29;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #6ebe46;
}
.color-4 {
color: #691b31;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #791b29;
--color-2: #009975;
--color-3: #6ebe46;
--color-4: #691b31;
--color-5: #d6006f;
}
Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}
Similar color palettes
Scroll down to explore 10 Burgundy color palettes
Vibrant Harmony color palette created on .