Hollow Knight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hollow Knight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hollow Knight Color Palette (PNG)
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);
}
Similar color palettes
Hollow Knight color palette created on .