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: #ff3d8e;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #9b27b0;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #4cae4f;
--color-3: #ffec3d;
--color-4: #9b27b0;
--color-5: #00bdd6;
}

Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #4cae4f, #ffec3d, #9b27b0, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #4cae4f, #ffec3d, #9b27b0, #00bdd6);
}

Similar color palettes

Vibrant Harmony color palette created on .