Autumn Ember Color Palette
Discover the beautiful Autumn Ember color palette featuring sea buckthorn (#faaa29), carrot orange (#f48a1f), ochre (#d76e28), tuscany (#b9542d) and burnt umber (#8a3a28).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Autumn Ember palette
๐ป Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #f48a1f;
}
.color-3 {
color: #d76e28;
}
.color-4 {
color: #b9542d;
}
.color-5 {
color: #8a3a28;
}
/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #f48a1f;
--color-3: #d76e28;
--color-4: #b9542d;
--color-5: #8a3a28;
}
๐ Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #f48a1f, #d76e28, #b9542d, #8a3a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #f48a1f, #d76e28, #b9542d, #8a3a28);
}
๐ Explore similar color palettes
Autumn Ember color palette created on .