Autumnal Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Ember palette
Autumnal Ember color palette CSS
/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #f7802b;
}
.color-3 {
color: #d75f28;
}
.color-4 {
color: #9d4e2a;
}
.color-5 {
color: #4c2f2f;
}
/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #f7802b;
--color-3: #d75f28;
--color-4: #9d4e2a;
--color-5: #4c2f2f;
}
Autumnal Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #f7802b, #d75f28, #9d4e2a, #4c2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #f7802b, #d75f28, #9d4e2a, #4c2f2f);
}
Similar color palettes
Autumnal Ember color palette created on .