Venti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Venti palette
Venti color palette PNG image
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);
}
Similar color palettes
Venti color palette created on .