Emerald Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Echoes palette

Share this palette to:

Emerald Echoes color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6ecf63;
}
.color-3 {
color: #a1e8a1;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6ecf63;
--color-3: #a1e8a1;
--color-4: #f6d58e;
--color-5: #f0a800;
}

Emerald Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6ecf63, #a1e8a1, #f6d58e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6ecf63, #a1e8a1, #f6d58e, #f0a800);
}

Emerald Echoes color palette created on .