Vriska's Chill Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vriska's Chill palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Vriska's Chill

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

tavolozza dei colori Vriska's Chill CSS

/* 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 con gradiente di sfondo 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 .