Paleta de colores Silent Hill

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Silent Hill palette

Compartir esta paleta en:

Descargar la paleta de colores Silent Hill (PNG)

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

CSS de la paleta de colores Silent Hill

/* 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;
}

CSS del degradado de fondo Silent Hill

/* 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 .