Harmonious Growth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harmonious Growth palette

Share this palette to:

Harmonious Growth color palette CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #e17256;
}
.color-4 {
color: #c8d6e5;
}
.color-5 {
color: #1e3799;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #e17256;
--color-4: #c8d6e5;
--color-5: #1e3799;
}

Harmonious Growth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #e17256, #c8d6e5, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #e17256, #c8d6e5, #1e3799);
}

Harmonious Growth color palette created on .