Paleta de colores Venti

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Venti palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Venti

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

CSS de la paleta de colores Venti

/* 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 del degradado de fondo 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 .