Slytherin Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Slytherin Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Slytherin Serenity Color Palette (PNG)
Slytherin Serenity color palette CSS
/* CSS */
.color-1 {
color: #1c3f2c;
}
.color-2 {
color: #4b6853;
}
.color-3 {
color: #799a7e;
}
.color-4 {
color: #a2b9a4;
}
.color-5 {
color: #d8e4db;
}
/* CSS Variables */
:root {
--color-1: #1c3f2c;
--color-2: #4b6853;
--color-3: #799a7e;
--color-4: #a2b9a4;
--color-5: #d8e4db;
}
Slytherin Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f2c, #4b6853, #799a7e, #a2b9a4, #d8e4db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f2c, #4b6853, #799a7e, #a2b9a4, #d8e4db);
}
Similar color palettes
Slytherin Serenity color palette created on .