Autumn Women's Journey Color Palette
Discover the beautiful Autumn Women's Journey color palette featuring cape honey (#fde5b4), macaroni and cheese (#fbbe89), jaffa (#f58a3d), flame pea (#d45c3a) and apple blossom (#a9424c).
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 Women's Journey palette
💻 Autumn Women's Journey color palette CSS
/* CSS */
.color-1 {
color: #fde5b4;
}
.color-2 {
color: #fbbe89;
}
.color-3 {
color: #f58a3d;
}
.color-4 {
color: #d45c3a;
}
.color-5 {
color: #a9424c;
}
/* CSS Variables */
:root {
--color-1: #fde5b4;
--color-2: #fbbe89;
--color-3: #f58a3d;
--color-4: #d45c3a;
--color-5: #a9424c;
} 🌈 Autumn Women's Journey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde5b4, #fbbe89, #f58a3d, #d45c3a, #a9424c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde5b4, #fbbe89, #f58a3d, #d45c3a, #a9424c);
} 🔗 Explore similar color palettes
Autumn Women's Journey color palette created on .