Soft Autumn Color Palette
Discover the beautiful Soft Autumn color palette featuring kabul (#5b473e), roman coffee (#7d5b4f), coral tree (#a7796c), eunry (#d1af9f) and dust storm (#e2cdc5).
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 Soft Autumn palette
💻 Soft Autumn color palette CSS
/* CSS */
.color-1 {
color: #5b473e;
}
.color-2 {
color: #7d5b4f;
}
.color-3 {
color: #a7796c;
}
.color-4 {
color: #d1af9f;
}
.color-5 {
color: #e2cdc5;
}
/* CSS Variables */
:root {
--color-1: #5b473e;
--color-2: #7d5b4f;
--color-3: #a7796c;
--color-4: #d1af9f;
--color-5: #e2cdc5;
}
🌈 Soft Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
🔗 Explore similar color palettes
Soft Autumn color palette created on .