Vital Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vital Harmony palette

Share this palette to:

Vital Harmony color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f2e2a6;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #e06e6c;
}
.color-5 {
color: #a76c92;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f2e2a6;
--color-3: #f8c8a0;
--color-4: #e06e6c;
--color-5: #a76c92;
}

Vital Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f2e2a6, #f8c8a0, #e06e6c, #a76c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f2e2a6, #f8c8a0, #e06e6c, #a76c92);
}

Vital Harmony color palette created on .