Paleta de colores Enji Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enji Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Enji Red

Download enji red color palette PNG image (landscape)
Download enji red color palette PNG image (square)

CSS de la paleta de colores Enji Red

/* CSS */
.color-1 {
color: #9b2c2c;
}
.color-2 {
color: #c74d4d;
}
.color-3 {
color: #e67979;
}
.color-4 {
color: #f3a0a0;
}
.color-5 {
color: #fbd5d5;
}

/* CSS Variables */
:root {
--color-1: #9b2c2c;
--color-2: #c74d4d;
--color-3: #e67979;
--color-4: #f3a0a0;
--color-5: #fbd5d5;
}

CSS del degradado de fondo Enji Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b2c2c, #c74d4d, #e67979, #f3a0a0, #fbd5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b2c2c, #c74d4d, #e67979, #f3a0a0, #fbd5d5);
}

Enji Red color palette created on .