Soft Autumn Color Palette
Discover the beautiful Soft Autumn color palette featuring coral reef (#cab4a9), clam shell (#d4bdb1), bone (#e3cac1), bizarre (#efdfd8) and dawn pink (#f6ede9).
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: #cab4a9;
}
.color-2 {
color: #d4bdb1;
}
.color-3 {
color: #e3cac1;
}
.color-4 {
color: #efdfd8;
}
.color-5 {
color: #f6ede9;
}
/* CSS Variables */
:root {
--color-1: #cab4a9;
--color-2: #d4bdb1;
--color-3: #e3cac1;
--color-4: #efdfd8;
--color-5: #f6ede9;
} 🌈 Soft Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cab4a9, #d4bdb1, #e3cac1, #efdfd8, #f6ede9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cab4a9, #d4bdb1, #e3cac1, #efdfd8, #f6ede9);
} 🔗 Explore similar color palettes
Soft Autumn color palette created on .