Autumn Ember Tapestry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember Tapestry palette

Share this palette to:

Autumn Ember Tapestry color palette CSS

/* CSS */
.color-1 {
color: #e9ded2;
}
.color-2 {
color: #fa972e;
}
.color-3 {
color: #b96e22;
}
.color-4 {
color: #767674;
}
.color-5 {
color: #444d55;
}

/* CSS Variables */
:root {
--color-1: #e9ded2;
--color-2: #fa972e;
--color-3: #b96e22;
--color-4: #767674;
--color-5: #444d55;
}

Autumn Ember Tapestry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9ded2, #fa972e, #b96e22, #767674, #444d55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9ded2, #fa972e, #b96e22, #767674, #444d55);
}

Similar color palettes

Scroll down to explore 1 Soft pink color palette

Autumn Ember Tapestry color palette created on .