Autumn Ember Glow Color Palette
Discover the beautiful Autumn Ember Glow color palette featuring rust (#b1320b), red damask (#d36b3c), sandy brown (#f0a94c), bright sun (#f8d03f) and salomie (#ffed8a).
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 Glow palette
๐ป Autumn Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #b1320b;
}
.color-2 {
color: #d36b3c;
}
.color-3 {
color: #f0a94c;
}
.color-4 {
color: #f8d03f;
}
.color-5 {
color: #ffed8a;
}
/* CSS Variables */
:root {
--color-1: #b1320b;
--color-2: #d36b3c;
--color-3: #f0a94c;
--color-4: #f8d03f;
--color-5: #ffed8a;
} ๐ Autumn Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1320b, #d36b3c, #f0a94c, #f8d03f, #ffed8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1320b, #d36b3c, #f0a94c, #f8d03f, #ffed8a);
} ๐ Explore similar color palettes
Autumn Ember Glow color palette created on .