Paleta de colores Rock and Roll
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rock and Roll palette
Imagen PNG de la paleta de colores Rock and Roll
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Oscuro
Rock and Roll color palette created on .