Rich Autumn Nights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rich Autumn Nights palette

Share this palette to:

Rich Autumn Nights color palette PNG image

Download rich autumn nights color palette PNG image (landscape)
Download rich autumn nights color palette PNG image (square)

Rich Autumn Nights color palette CSS

/* CSS */
.color-1 {
color: #6c1e23;
}
.color-2 {
color: #4c2a3b;
}
.color-3 {
color: #7c3c4c;
}
.color-4 {
color: #2c487d;
}
.color-5 {
color: #5a3d3a;
}

/* CSS Variables */
:root {
--color-1: #6c1e23;
--color-2: #4c2a3b;
--color-3: #7c3c4c;
--color-4: #2c487d;
--color-5: #5a3d3a;
}

Rich Autumn Nights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c1e23, #4c2a3b, #7c3c4c, #2c487d, #5a3d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c1e23, #4c2a3b, #7c3c4c, #2c487d, #5a3d3a);
}

Rich Autumn Nights color palette created on .