Vee Version 1 Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vee Version 1 palette

Share this palette to:

Vee Version 1 color palette PNG image

Download vee version 1 color palette PNG image (landscape)
Download vee version 1 color palette PNG image (square)

Vee Version 1 color palette CSS

/* CSS */
.color-1 {
color: #2d3934;
}
.color-2 {
color: #111d13;
}
.color-3 {
color: #a6d3af;
}
.color-4 {
color: #8abc98;
}
.color-5 {
color: #559160;
}

/* CSS Variables */
:root {
--color-1: #2d3934;
--color-2: #111d13;
--color-3: #a6d3af;
--color-4: #8abc98;
--color-5: #559160;
}

Vee Version 1 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}

Vee Version 1 color palette created on .