Paleta de colores Slytherin Common Room
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Slytherin Common Room palette
CSS de la paleta de colores Slytherin Common Room
/* CSS */
.color-1 {
color: #4b8a3d;
}
.color-2 {
color: #2a5a26;
}
.color-3 {
color: #a2c8a5;
}
.color-4 {
color: #3a3c2a;
}
.color-5 {
color: #5d6c42;
}
/* CSS Variables */
:root {
--color-1: #4b8a3d;
--color-2: #2a5a26;
--color-3: #a2c8a5;
--color-4: #3a3c2a;
--color-5: #5d6c42;
}
CSS del degradado de fondo Slytherin Common Room
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8a3d, #2a5a26, #a2c8a5, #3a3c2a, #5d6c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8a3d, #2a5a26, #a2c8a5, #3a3c2a, #5d6c42);
}
Paletas de colores similares
Slytherin Common Room color palette created on .