Silent Hill Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silent Hill palette

Share this palette to:

Download Silent Hill Color Palette (PNG)

Download silent hill color palette PNG image (landscape)
Download silent hill color palette PNG image (square)

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);
}

Silent Hill color palette created on .