Hollow Knight Color Palette

Discover the beautiful Hollow Knight color palette featuring ebony clay (#1f2937), river bed (#4b5563), pale sky (#6b7280), humming bird (#d1fae5) and lightning yellow (#fbbd23).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Blue, Green, Bright, Medieval, Forest, Summer, Vibrant 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 Hollow Knight palette

Share this palette to:

💻 Hollow Knight color palette CSS

/* CSS */
.color-1 {
color: #1f2937;
}
.color-2 {
color: #4b5563;
}
.color-3 {
color: #6b7280;
}
.color-4 {
color: #d1fae5;
}
.color-5 {
color: #fbbd23;
}

/* CSS Variables */
:root {
--color-1: #1f2937;
--color-2: #4b5563;
--color-3: #6b7280;
--color-4: #d1fae5;
--color-5: #fbbd23;
}

🌈 Hollow Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2937, #4b5563, #6b7280, #d1fae5, #fbbd23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2937, #4b5563, #6b7280, #d1fae5, #fbbd23);
}

Hollow Knight color palette created on .