Slytherin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Slytherin palette
Slytherin color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Slytherin color palette created on .