Silent Hill Color Palette
Discover the beautiful Silent Hill color palette featuring lynch (#6b7c94), fiord (#495b69), limed spruce (#3b4c4e), shark (#2d2e2f) and shark (#1f2123).
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 Silent Hill palette
💻 Silent Hill color palette CSS
/* CSS */
.color-1 {
color: #6b7c94;
}
.color-2 {
color: #495b69;
}
.color-3 {
color: #3b4c4e;
}
.color-4 {
color: #2d2e2f;
}
.color-5 {
color: #1f2123;
}
/* CSS Variables */
:root {
--color-1: #6b7c94;
--color-2: #495b69;
--color-3: #3b4c4e;
--color-4: #2d2e2f;
--color-5: #1f2123;
}
🌈 Silent Hill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7c94, #495b69, #3b4c4e, #2d2e2f, #1f2123);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7c94, #495b69, #3b4c4e, #2d2e2f, #1f2123);
}
🔗 Explore similar color palettes
Silent Hill color palette created on .