Autumn Ember Color Palette
Discover the beautiful Autumn Ember color palette featuring sunglow (#fad12e), clementine (#f05c00), burnt orange (#c74900), brown (#8f3c00) and carnaby tan (#5c2900).
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: #fad12e;
}
.color-2 {
color: #f05c00;
}
.color-3 {
color: #c74900;
}
.color-4 {
color: #8f3c00;
}
.color-5 {
color: #5c2900;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f05c00;
--color-3: #c74900;
--color-4: #8f3c00;
--color-5: #5c2900;
}
๐ Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f05c00, #c74900, #8f3c00, #5c2900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f05c00, #c74900, #8f3c00, #5c2900);
}
๐ Explore similar color palettes
Autumn Ember color palette created on .