Vee Version Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vee Version palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vee Version Color Palette (PNG)
Vee Version color palette CSS
/* CSS */
.color-1 {
color: #04041b;
}
.color-2 {
color: #a8d69e;
}
.color-3 {
color: #4dd552;
}
.color-4 {
color: #38393e;
}
.color-5 {
color: #545459;
}
/* CSS Variables */
:root {
--color-1: #04041b;
--color-2: #a8d69e;
--color-3: #4dd552;
--color-4: #38393e;
--color-5: #545459;
}
Vee Version background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04041b, #a8d69e, #4dd552, #38393e, #545459);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04041b, #a8d69e, #4dd552, #38393e, #545459);
}
Similar color palettes
Vee Version color palette created on .