Headlock Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Headlock palette
Color Inspiration
Images that showcase this color palette in real designs
Download Headlock Color Palette (PNG)
Headlock color palette CSS
/* CSS */
.color-1 {
color: #776f80;
}
.color-2 {
color: #948c97;
}
.color-3 {
color: #cbb3c8;
}
.color-4 {
color: #e4dde9;
}
.color-5 {
color: #fdf5e2;
}
/* CSS Variables */
:root {
--color-1: #776f80;
--color-2: #948c97;
--color-3: #cbb3c8;
--color-4: #e4dde9;
--color-5: #fdf5e2;
}
Headlock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #776f80, #948c97, #cbb3c8, #e4dde9, #fdf5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #776f80, #948c97, #cbb3c8, #e4dde9, #fdf5e2);
}
Similar color palettes
Headlock color palette created on .