Paleta de colores Warm Red Winter Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Red Winter Night palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Red Winter Night

Download warm red winter night color palette PNG image (landscape)
Download warm red winter night color palette PNG image (square)

CSS de la paleta de colores Warm Red Winter Night

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #e8583b;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #ffde8a;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #c92c3c;
--color-3: #e8583b;
--color-4: #f9b1ae;
--color-5: #ffde8a;
}

CSS del degradado de fondo Warm Red Winter Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #c92c3c, #e8583b, #f9b1ae, #ffde8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #c92c3c, #e8583b, #f9b1ae, #ffde8a);
}

Warm Red Winter Night color palette created on .