Slytherin Girl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Slytherin Girl palette
Color Inspiration
Images that showcase this color palette in real designs
Download Slytherin Girl Color Palette (PNG)
Slytherin Girl color palette CSS
/* 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;
}
Slytherin Girl background gradient CSS
/* 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);
}
Similar color palettes
Slytherin Girl color palette created on .