Autumnal Harmony Color Palette
Discover the beautiful Autumnal Harmony color palette featuring manhattan (#f7c5a6), sandy brown (#f2a76e), jaffa (#f07d4c), mojo (#c65e3f) and millbrook (#5c4b37).
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 Autumnal Harmony palette
💻 Autumnal Harmony color palette CSS
/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #f07d4c;
}
.color-4 {
color: #c65e3f;
}
.color-5 {
color: #5c4b37;
}
/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f2a76e;
--color-3: #f07d4c;
--color-4: #c65e3f;
--color-5: #5c4b37;
} 🌈 Autumnal Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f2a76e, #f07d4c, #c65e3f, #5c4b37);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f2a76e, #f07d4c, #c65e3f, #5c4b37);
} 🔗 Explore similar color palettes
Autumnal Harmony color palette created on .