Skeleton Color Palette

Discover the beautiful Skeleton color palette featuring pavlova (#d9c9a6), coral reef (#c3b49d), zorba (#a5998d), boulder (#7d7d7d) and tundora (#4a4a4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Beige, Gray, Earthy, Soft, Modern, Muted, Monochromatic, Autumn 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 Skeleton palette

Share this palette to:

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

Skeleton color palette created on .