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: #ff6e61;
}
.color-2 {
color: #708f8f;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #f9cf5d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #708f8f;
--color-3: #87af4b;
--color-4: #f9cf5d;
--color-5: #ff9900;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #708f8f, #87af4b, #f9cf5d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #708f8f, #87af4b, #f9cf5d, #ff9900);
}

Vibrant Harmony color palette created on .