Paleta de colores Vinyl Scratch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vinyl Scratch palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vinyl Scratch

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

CSS de la paleta de colores Vinyl Scratch

/* 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 del degradado de fondo 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 .