Осень Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Осень palette
Color Inspiration
Images that showcase this color palette in real designs
Download Осень Color Palette (PNG)
Осень color palette CSS
/* CSS */
.color-1 {
color: #d27356;
}
.color-2 {
color: #f2b27d;
}
.color-3 {
color: #f8e0c4;
}
.color-4 {
color: #a46451;
}
.color-5 {
color: #6b4943;
}
/* CSS Variables */
:root {
--color-1: #d27356;
--color-2: #f2b27d;
--color-3: #f8e0c4;
--color-4: #a46451;
--color-5: #6b4943;
}
Осень background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d27356, #f2b27d, #f8e0c4, #a46451, #6b4943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d27356, #f2b27d, #f8e0c4, #a46451, #6b4943);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Осень color palette created on .