Slytherin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Slytherin palette

Share this palette to:

Slytherin color palette PNG image

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

Slytherin color palette 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;
}

Slytherin background gradient CSS

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