Paleta de colores Vriska's Chill

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vriska's Chill palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vriska's Chill

Download vriska's chill color palette PNG image (landscape)
Download vriska's chill color palette PNG image (square)

CSS de la paleta de colores Vriska's Chill

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #4b4e72;
}
.color-3 {
color: #7d7f9b;
}
.color-4 {
color: #b2d7b2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #4b4e72;
--color-3: #7d7f9b;
--color-4: #b2d7b2;
--color-5: #ff6e61;
}

CSS del degradado de fondo Vriska's Chill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #4b4e72, #7d7f9b, #b2d7b2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #4b4e72, #7d7f9b, #b2d7b2, #ff6e61);
}

Vriska's Chill color palette created on .