Slytherin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Slytherin palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Slytherin

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

tavolozza dei colori Slytherin CSS

/* 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 con gradiente di sfondo 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 .