Venti Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Venti palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Venti

Download venti color palette PNG image (landscape)
Download venti color palette PNG image (square)

tavolozza dei colori Venti CSS

/* CSS */
.color-1 {
color: #3d6a8f;
}
.color-2 {
color: #599aa6;
}
.color-3 {
color: #a4d0d6;
}
.color-4 {
color: #f1e4b7;
}
.color-5 {
color: #f27b40;
}

/* CSS Variables */
:root {
--color-1: #3d6a8f;
--color-2: #599aa6;
--color-3: #a4d0d6;
--color-4: #f1e4b7;
--color-5: #f27b40;
}

CSS con gradiente di sfondo Venti

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6a8f, #599aa6, #a4d0d6, #f1e4b7, #f27b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6a8f, #599aa6, #a4d0d6, #f1e4b7, #f27b40);
}

Venti color palette created on .