Vibrant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
Vibrant Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #33ff58;
}
.color-3 {
color: #3358ff;
}
.color-4 {
color: #ff33a0;
}
.color-5 {
color: #ffc300;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #33ff58;
--color-3: #3358ff;
--color-4: #ff33a0;
--color-5: #ffc300;
}
Vibrant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #33ff58, #3358ff, #ff33a0, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #33ff58, #3358ff, #ff33a0, #ffc300);
}
Similar color palettes
Vibrant Harmony color palette created on .