Paleta de colores Slytherin Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Slytherin Serenity palette
Imagen PNG de la paleta de colores Slytherin Serenity
CSS de la paleta de colores Slytherin Serenity
/* 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;
}
CSS del degradado de fondo Slytherin Serenity
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Verde
Slytherin Serenity color palette created on .