Amber Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Autumn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Amber Autumn Color Palette (PNG)
Amber Autumn color palette CSS
/* CSS */
.color-1 {
color: #f1d1a2;
}
.color-2 {
color: #d0a86c;
}
.color-3 {
color: #a46e3d;
}
.color-4 {
color: #8d4d25;
}
.color-5 {
color: #5d2c1d;
}
/* CSS Variables */
:root {
--color-1: #f1d1a2;
--color-2: #d0a86c;
--color-3: #a46e3d;
--color-4: #8d4d25;
--color-5: #5d2c1d;
}
Amber Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1a2, #d0a86c, #a46e3d, #8d4d25, #5d2c1d);
}
Similar color palettes
Amber Autumn color palette created on .