Autumn Ember Color Palette
Discover the beautiful Autumn Ember color palette featuring california (#ed9f02), tahiti gold (#f08605), flame pea (#d95d3a), mojo (#c74d3d) and dark tan (#610f1e).
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: #ed9f02;
}
.color-2 {
color: #f08605;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #c74d3d;
}
.color-5 {
color: #610f1e;
}
/* CSS Variables */
:root {
--color-1: #ed9f02;
--color-2: #f08605;
--color-3: #d95d3a;
--color-4: #c74d3d;
--color-5: #610f1e;
}
๐ Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}
๐ Explore similar color palettes
Autumn Ember color palette created on .