Vinyl Scratch Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vinyl Scratch palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Vinyl Scratch

Download vinyl scratch color palette PNG image (landscape)
Download vinyl scratch color palette PNG image (square)

tavolozza dei colori Vinyl Scratch CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3c3c6d;
}
.color-3 {
color: #6c6c9d;
}
.color-4 {
color: #a2a2b9;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3c3c6d;
--color-3: #6c6c9d;
--color-4: #a2a2b9;
--color-5: #f2f2f2;
}

CSS con gradiente di sfondo Vinyl Scratch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3c3c6d, #6c6c9d, #a2a2b9, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3c3c6d, #6c6c9d, #a2a2b9, #f2f2f2);
}

Vinyl Scratch color palette created on .