Autumn Ember Delights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Ember Delights palette
Autumn Ember Delights color palette CSS
/* CSS */
.color-1 {
color: #d97d26;
}
.color-2 {
color: #c95c1d;
}
.color-3 {
color: #a43d23;
}
.color-4 {
color: #6d3d26;
}
.color-5 {
color: #4c2d24;
}
/* CSS Variables */
:root {
--color-1: #d97d26;
--color-2: #c95c1d;
--color-3: #a43d23;
--color-4: #6d3d26;
--color-5: #4c2d24;
}
Autumn Ember Delights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97d26, #c95c1d, #a43d23, #6d3d26, #4c2d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97d26, #c95c1d, #a43d23, #6d3d26, #4c2d24);
}
Similar color palettes
Autumn Ember Delights color palette created on .