Yellow Vee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Vee palette

Share this palette to:

Yellow Vee color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d800;
}
.color-3 {
color: #f0e000;
}
.color-4 {
color: #b6d600;
}
.color-5 {
color: #6ebd00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d800;
--color-3: #f0e000;
--color-4: #b6d600;
--color-5: #6ebd00;
}

Yellow Vee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d800, #f0e000, #b6d600, #6ebd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d800, #f0e000, #b6d600, #6ebd00);
}

Yellow Vee color palette created on .