Cool Fall Day Color Palette
Discover the beautiful Cool Fall Day color palette featuring sepia skin (#a45a3d), teak (#b88e6f), tacha (#d1b45c), hampton (#e3d7a6) and soft amber (#d5c5b4).
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 Cool Fall Day palette
💻 Cool Fall Day color palette CSS
/* CSS */
.color-1 {
color: #a45a3d;
}
.color-2 {
color: #b88e6f;
}
.color-3 {
color: #d1b45c;
}
.color-4 {
color: #e3d7a6;
}
.color-5 {
color: #d5c5b4;
}
/* CSS Variables */
:root {
--color-1: #a45a3d;
--color-2: #b88e6f;
--color-3: #d1b45c;
--color-4: #e3d7a6;
--color-5: #d5c5b4;
} 🌈 Cool Fall Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45a3d, #b88e6f, #d1b45c, #e3d7a6, #d5c5b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45a3d, #b88e6f, #d1b45c, #e3d7a6, #d5c5b4);
} 🔗 Explore similar color palettes
Cool Fall Day color palette created on .