Autumn's Embrace Color Palette
Discover the beautiful Autumn's Embrace color palette featuring new orleans (#f2daa6), porsche (#e49c58), pharlap (#a08383), potters clay (#91533b) and scarpa flow (#535260).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWarm, Vintage, Rustic, Autumn color palettes and combinations.
💡 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's Embrace palette
💻 Autumn's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f2daa6;
}
.color-2 {
color: #e49c58;
}
.color-3 {
color: #a08383;
}
.color-4 {
color: #91533b;
}
.color-5 {
color: #535260;
}
/* CSS Variables */
:root {
--color-1: #f2daa6;
--color-2: #e49c58;
--color-3: #a08383;
--color-4: #91533b;
--color-5: #535260;
}
🌈 Autumn's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2daa6, #e49c58, #a08383, #91533b, #535260);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2daa6, #e49c58, #a08383, #91533b, #535260);
}
🔗 Explore similar color palettes
Autumn's Embrace color palette created on .