Vibrant Earth Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Earth Symphony palette

Share this palette to:

Vibrant Earth Symphony color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f76a55;
}
.color-3 {
color: #5d7a92;
}
.color-4 {
color: #3a9c78;
}
.color-5 {
color: #b2d2a3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f76a55;
--color-3: #5d7a92;
--color-4: #3a9c78;
--color-5: #b2d2a3;
}

Vibrant Earth Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f76a55, #5d7a92, #3a9c78, #b2d2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f76a55, #5d7a92, #3a9c78, #b2d2a3);
}

Vibrant Earth Symphony color palette created on .