Graveyard Prince Color Palette

Discover the beautiful Graveyard Prince color palette featuring slate gray (#6c7c93), blue bayoux (#4b5b72), bright gray (#3b444f), charade (#2b303b) and shark (#1f1f23).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Dark, Earthy, Gray, Masculine, Retro, Vintage 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 Graveyard Prince palette

Share this palette to:

💻 Graveyard Prince color palette CSS

/* CSS */
.color-1 {
color: #6c7c93;
}
.color-2 {
color: #4b5b72;
}
.color-3 {
color: #3b444f;
}
.color-4 {
color: #2b303b;
}
.color-5 {
color: #1f1f23;
}

/* CSS Variables */
:root {
--color-1: #6c7c93;
--color-2: #4b5b72;
--color-3: #3b444f;
--color-4: #2b303b;
--color-5: #1f1f23;
}

🌈 Graveyard Prince background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7c93, #4b5b72, #3b444f, #2b303b, #1f1f23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7c93, #4b5b72, #3b444f, #2b303b, #1f1f23);
}

Graveyard Prince color palette created on .