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 PNG image

Download vibrant harmony color palette PNG image (landscape)
Download vibrant harmony color palette PNG image (square)

Vibrant Harmony color palette CSS

/* CSS */
.color-1 {
color: #e05238;
}
.color-2 {
color: #df7c2a;
}
.color-3 {
color: #dfa32a;
}
.color-4 {
color: #afa40e;
}
.color-5 {
color: #3f6d22;
}

/* CSS Variables */
:root {
--color-1: #e05238;
--color-2: #df7c2a;
--color-3: #dfa32a;
--color-4: #afa40e;
--color-5: #3f6d22;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05238, #df7c2a, #dfa32a, #afa40e, #3f6d22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05238, #df7c2a, #dfa32a, #afa40e, #3f6d22);
}

Vibrant Harmony color palette created on .