Venti Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venti palette

Share this palette to:

Venti color palette PNG image

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

Venti color palette 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;
}

Venti background gradient CSS

/* 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 .