Осень Color Palette
Discover the beautiful Осень color palette featuring japonica (#d27458), tacao (#f2b17d), givry (#f8dfc3), matrix (#a56652) and kabul (#6b4943).
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 Осень palette
💻 Осень color palette CSS
/* CSS */
.color-1 {
color: #d27458;
}
.color-2 {
color: #f2b17d;
}
.color-3 {
color: #f8dfc3;
}
.color-4 {
color: #a56652;
}
.color-5 {
color: #6b4943;
}
/* CSS Variables */
:root {
--color-1: #d27458;
--color-2: #f2b17d;
--color-3: #f8dfc3;
--color-4: #a56652;
--color-5: #6b4943;
} 🌈 Осень background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d27458, #f2b17d, #f8dfc3, #a56652, #6b4943);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d27458, #f2b17d, #f8dfc3, #a56652, #6b4943);
} 🔗 Explore similar color palettes
Осень color palette created on .