Vinyl Scratch Color Palette

Discover the beautiful Vinyl Scratch color palette featuring mirage (#1c1c3b), east bay (#3c3c6d), kimberly (#6c6c9d), santas gray (#a2a2b9) and concrete (#f2f2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Blue, Vintage, Retro, Monochromatic, Elegant, Soft, Modern, High Contrast color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Vinyl Scratch palette

Share this palette to:

💻 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);
}

Vinyl Scratch color palette created on .