Autumn Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember palette

Share this palette to:

Autumn Ember color palette PNG image

Download autumn ember color palette PNG image (landscape)
Download autumn ember color palette PNG image (square)

Autumn Ember color palette CSS

/* CSS */
.color-1 {
color: #3f272e;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #b57d4f;
}
.color-4 {
color: #e1a35b;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #3f272e;
--color-2: #794a39;
--color-3: #b57d4f;
--color-4: #e1a35b;
--color-5: #f1c40e;
}

Autumn Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f272e, #794a39, #b57d4f, #e1a35b, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f272e, #794a39, #b57d4f, #e1a35b, #f1c40e);
}

Autumn Ember color palette created on .