Paleta de colores Rich Autumn Nights

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rich Autumn Nights palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rich Autumn Nights

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

CSS de la paleta de colores Rich Autumn Nights

/* 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 del degradado de fondo 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 .