Rock and Roll Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rock and Roll palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rock and Roll

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

tavolozza dei colori Rock and Roll CSS

/* 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 con gradiente di sfondo 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 .