Dark Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Autumn palette
Dark Autumn color palette CSS
/* CSS */
.color-1 {
color: #622c1d;
}
.color-2 {
color: #8e4429;
}
.color-3 {
color: #9e6733;
}
.color-4 {
color: #a98751;
}
.color-5 {
color: #b38f65;
}
/* CSS Variables */
:root {
--color-1: #622c1d;
--color-2: #8e4429;
--color-3: #9e6733;
--color-4: #a98751;
--color-5: #b38f65;
}
Dark Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #622c1d, #8e4429, #9e6733, #a98751, #b38f65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #622c1d, #8e4429, #9e6733, #a98751, #b38f65);
}
Similar color palettes
Dark Autumn color palette created on .