Vinyl Scratch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vinyl Scratch palette
Vinyl Scratch color palette PNG image
Vinyl Scratch color palette 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;
}
Vinyl Scratch background gradient CSS
/* 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);
}
Similar color palettes
Vinyl Scratch color palette created on .