Yellow Vee Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Vee palette

Condividi questa palette a:

tavolozza dei colori Yellow Vee 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;
}

CSS con gradiente di sfondo Yellow Vee

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