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: #bc2944;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}

/* CSS Variables */
:root {
--color-1: #bc2944;
--color-2: #f05a28;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #277ca0;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc2944, #f05a28, #f9c54e, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc2944, #f05a28, #f9c54e, #91be6f, #277ca0);
}

Vibrant Harmony color palette created on .