Paleta de colores Slytherin Girl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Slytherin Girl palette

Compartir esta paleta en:

Descargar la paleta de colores Slytherin Girl (PNG)

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

CSS de la paleta de colores Slytherin Girl

/* CSS */
.color-1 {
color: #2a4c2c;
}
.color-2 {
color: #4b814b;
}
.color-3 {
color: #7ebe7e;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #f3f1e7;
}

/* CSS Variables */
:root {
--color-1: #2a4c2c;
--color-2: #4b814b;
--color-3: #7ebe7e;
--color-4: #a4d6a4;
--color-5: #f3f1e7;
}

CSS del degradado de fondo Slytherin Girl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4c2c, #4b814b, #7ebe7e, #a4d6a4, #f3f1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4c2c, #4b814b, #7ebe7e, #a4d6a4, #f3f1e7);
}

Slytherin Girl color palette created on .