Skeleton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skeleton palette
Color Inspiration
Images that showcase this color palette in real designs
Download Skeleton Color Palette (PNG)
Skeleton color palette CSS
/* CSS */
.color-1 {
color: #d9c9a6;
}
.color-2 {
color: #c3b49d;
}
.color-3 {
color: #a5998d;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #d9c9a6;
--color-2: #c3b49d;
--color-3: #a5998d;
--color-4: #7d7d7d;
--color-5: #4a4a4a;
}
Skeleton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9a6, #c3b49d, #a5998d, #7d7d7d, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9a6, #c3b49d, #a5998d, #7d7d7d, #4a4a4a);
}
Similar color palettes
Skeleton color palette created on .