Verdant Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Echoes palette

Share this palette to:

Verdant Echoes color palette CSS

/* CSS */
.color-1 {
color: #f5b342;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #2e6b50;
}
.color-4 {
color: #193d4d;
}
.color-5 {
color: #2e1a47;
}

/* CSS Variables */
:root {
--color-1: #f5b342;
--color-2: #4cae4f;
--color-3: #2e6b50;
--color-4: #193d4d;
--color-5: #2e1a47;
}

Verdant Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b342, #4cae4f, #2e6b50, #193d4d, #2e1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b342, #4cae4f, #2e6b50, #193d4d, #2e1a47);
}

Verdant Echoes color palette created on .