Paleta de colores Rebel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rebel palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rebel

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

CSS de la paleta de colores Rebel

/* CSS */
.color-1 {
color: #3c1206;
}
.color-2 {
color: #683a2c;
}
.color-3 {
color: #a85b48;
}
.color-4 {
color: #e7b09c;
}
.color-5 {
color: #f9e4d2;
}

/* CSS Variables */
:root {
--color-1: #3c1206;
--color-2: #683a2c;
--color-3: #a85b48;
--color-4: #e7b09c;
--color-5: #f9e4d2;
}

CSS del degradado de fondo Rebel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1206, #683a2c, #a85b48, #e7b09c, #f9e4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1206, #683a2c, #a85b48, #e7b09c, #f9e4d2);
}

Rebel color palette created on .