Slytherin Girl Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Slytherin Girl palette
tavolozza dei colori Slytherin Girl 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;
}
CSS con gradiente di sfondo Slytherin Girl
/* 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);
}
Tavolozze di colori simili
Slytherin Girl color palette created on .