Paleta de colores Rock and Roll

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rock and Roll palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rock and Roll

Download rock and roll color palette PNG image (landscape)
Download rock and roll color palette PNG image (square)

CSS de la paleta de colores Rock and Roll

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #5b4e7e;
}
.color-3 {
color: #c65d8c;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f76d1d;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #5b4e7e;
--color-3: #c65d8c;
--color-4: #f5a524;
--color-5: #f76d1d;
}

CSS del degradado de fondo Rock and Roll

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}

Rock and Roll color palette created on .