Golden Emberwood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Emberwood palette

Share this palette to:

Golden Emberwood color palette CSS

/* CSS */
.color-1 {
color: #f7d3a1;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #b85c00;
}
.color-4 {
color: #4d3d00;
}
.color-5 {
color: #2e2a00;
}

/* CSS Variables */
:root {
--color-1: #f7d3a1;
--color-2: #f0a800;
--color-3: #b85c00;
--color-4: #4d3d00;
--color-5: #2e2a00;
}

Golden Emberwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d3a1, #f0a800, #b85c00, #4d3d00, #2e2a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d3a1, #f0a800, #b85c00, #4d3d00, #2e2a00);
}

Golden Emberwood color palette created on .