Paleta de colores Red Devil

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Devil palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Devil

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

CSS de la paleta de colores Red Devil

/* CSS */
.color-1 {
color: #830110;
}
.color-2 {
color: #a41e27;
}
.color-3 {
color: #d75b6d;
}
.color-4 {
color: #f99fa5;
}
.color-5 {
color: #ffccbd;
}

/* CSS Variables */
:root {
--color-1: #830110;
--color-2: #a41e27;
--color-3: #d75b6d;
--color-4: #f99fa5;
--color-5: #ffccbd;
}

CSS del degradado de fondo Red Devil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830110, #a41e27, #d75b6d, #f99fa5, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830110, #a41e27, #d75b6d, #f99fa5, #ffccbd);
}

Red Devil color palette created on .