Headlock Color Palette

Discover the beautiful Headlock color palette featuring mobster (#777080), mountain mist (#938c96), lily (#ccb4c9), mischka (#e4dee9) and old lace (#fdf5e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Elegant, Gray, Lavender, Modern, Muted, Neutral, Pink, Soft 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 Headlock palette

Share this palette to:

💻 Headlock color palette CSS

/* CSS */
.color-1 {
color: #777080;
}
.color-2 {
color: #938c96;
}
.color-3 {
color: #ccb4c9;
}
.color-4 {
color: #e4dee9;
}
.color-5 {
color: #fdf5e2;
}

/* CSS Variables */
:root {
--color-1: #777080;
--color-2: #938c96;
--color-3: #ccb4c9;
--color-4: #e4dee9;
--color-5: #fdf5e2;
}

🌈 Headlock background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #777080, #938c96, #ccb4c9, #e4dee9, #fdf5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #777080, #938c96, #ccb4c9, #e4dee9, #fdf5e2);
}

Headlock color palette created on .