Emerald Emberwood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Emberwood palette

Share this palette to:

Emerald Emberwood color palette CSS

/* CSS */
.color-1 {
color: #1e8061;
}
.color-2 {
color: #ff7e2e;
}
.color-3 {
color: #995929;
}
.color-4 {
color: #4a4b4f;
}
.color-5 {
color: #e1b12d;
}

/* CSS Variables */
:root {
--color-1: #1e8061;
--color-2: #ff7e2e;
--color-3: #995929;
--color-4: #4a4b4f;
--color-5: #e1b12d;
}

Emerald Emberwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8061, #ff7e2e, #995929, #4a4b4f, #e1b12d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8061, #ff7e2e, #995929, #4a4b4f, #e1b12d);
}

Similar color palettes

Emerald Emberwood color palette created on .