Hollow Knight Color Palette
Discover the beautiful Hollow Knight color palette featuring daintree (#00293d), cobalt (#0041a8), blue ribbon (#0044ff), snow flurry (#e2ffdb) and my sin (#ffba1a).
Brightness
Saturation
Warmth
💡 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
💻 Hollow Knight color palette CSS
/* CSS */
.color-1 {
color: #00293d;
}
.color-2 {
color: #0041a8;
}
.color-3 {
color: #0044ff;
}
.color-4 {
color: #e2ffdb;
}
.color-5 {
color: #ffba1a;
}
/* CSS Variables */
:root {
--color-1: #00293d;
--color-2: #0041a8;
--color-3: #0044ff;
--color-4: #e2ffdb;
--color-5: #ffba1a;
}
🌈 Hollow Knight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00293d, #0041a8, #0044ff, #e2ffdb, #ffba1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00293d, #0041a8, #0044ff, #e2ffdb, #ffba1a);
}
🔗 Explore similar color palettes
Hollow Knight color palette created on .