Rich Autumn Nights Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rich Autumn Nights palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rich Autumn Nights

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

tavolozza dei colori Rich Autumn Nights 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;
}

CSS con gradiente di sfondo Rich Autumn Nights

/* 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 .