Vibrant Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Share this palette to:

Vibrant Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8a66;
}
.color-3 {
color: #ff5252;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #ab47bd;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8a66;
--color-3: #ff5252;
--color-4: #da1b61;
--color-5: #ab47bd;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8a66, #ff5252, #da1b61, #ab47bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8a66, #ff5252, #da1b61, #ab47bd);
}

Vibrant Harmony color palette created on .