Paleta de colores Slytherin Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Slytherin Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Slytherin Serenity

Download slytherin serenity color palette PNG image (landscape)
Download slytherin serenity color palette PNG image (square)

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);
}

Slytherin Serenity color palette created on .