Autumn Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Ember palette
Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #65311a;
}
.color-2 {
color: #8b503c;
}
.color-3 {
color: #a96f5b;
}
.color-4 {
color: #d79e70;
}
.color-5 {
color: #f5c79e;
}
/* CSS Variables */
:root {
--color-1: #65311a;
--color-2: #8b503c;
--color-3: #a96f5b;
--color-4: #d79e70;
--color-5: #f5c79e;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65311a, #8b503c, #a96f5b, #d79e70, #f5c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65311a, #8b503c, #a96f5b, #d79e70, #f5c79e);
}
Similar color palettes
Autumn Ember color palette created on .