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: #f7c94b;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #f24e1c;
}
.color-4 {
color: #d82f2c;
}
.color-5 {
color: #7c2d53;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #ff8b3d;
--color-3: #f24e1c;
--color-4: #d82f2c;
--color-5: #7c2d53;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #ff8b3d, #f24e1c, #d82f2c, #7c2d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #ff8b3d, #f24e1c, #d82f2c, #7c2d53);
}

Vibrant Harmony color palette created on .