Paleta de colores Slytherin

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Slytherin palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Slytherin

Download slytherin color palette PNG image (landscape)
Download slytherin color palette PNG image (square)

CSS de la paleta de colores Slytherin

/* CSS */
.color-1 {
color: #3c6d40;
}
.color-2 {
color: #4b8c4a;
}
.color-3 {
color: #76a35c;
}
.color-4 {
color: #b6c68b;
}
.color-5 {
color: #d0e3a1;
}

/* CSS Variables */
:root {
--color-1: #3c6d40;
--color-2: #4b8c4a;
--color-3: #76a35c;
--color-4: #b6c68b;
--color-5: #d0e3a1;
}

CSS del degradado de fondo Slytherin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6d40, #4b8c4a, #76a35c, #b6c68b, #d0e3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6d40, #4b8c4a, #76a35c, #b6c68b, #d0e3a1);
}

Slytherin color palette created on .