Paleta de colores Dark Rebel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Rebel palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dark Rebel

Download dark rebel color palette PNG image (landscape)
Download dark rebel color palette PNG image (square)

CSS de la paleta de colores Dark Rebel

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4c3e56;
}
.color-3 {
color: #8a4c74;
}
.color-4 {
color: #d54d4d;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4c3e56;
--color-3: #8a4c74;
--color-4: #d54d4d;
--color-5: #f5a524;
}

CSS del degradado de fondo Dark Rebel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}

Dark Rebel color palette created on .