Autumn Ember Symphony Color Palette
Discover the beautiful Autumn Ember Symphony color palette featuring my pink (#d39792), tango (#e36c16), willow grove (#697958), desert (#aa5f1d) and cardinal (#ca1c27).
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 Symphony palette
๐ป Autumn Ember Symphony color palette CSS
/* CSS */
.color-1 {
color: #d39792;
}
.color-2 {
color: #e36c16;
}
.color-3 {
color: #697958;
}
.color-4 {
color: #aa5f1d;
}
.color-5 {
color: #ca1c27;
}
/* CSS Variables */
:root {
--color-1: #d39792;
--color-2: #e36c16;
--color-3: #697958;
--color-4: #aa5f1d;
--color-5: #ca1c27;
}
๐ Autumn Ember Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39792, #e36c16, #697958, #aa5f1d, #ca1c27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39792, #e36c16, #697958, #aa5f1d, #ca1c27);
}
๐ Explore similar color palettes
Autumn Ember Symphony color palette created on .