Golden Vee Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Vee palette

Condividi questa palette a:

tavolozza dei colori Golden Vee CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9c84e;
}
.color-3 {
color: #ffed7a;
}
.color-4 {
color: #f9aea4;
}
.color-5 {
color: #fba2a3;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9c84e;
--color-3: #ffed7a;
--color-4: #f9aea4;
--color-5: #fba2a3;
}

CSS con gradiente di sfondo Golden Vee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9c84e, #ffed7a, #f9aea4, #fba2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9c84e, #ffed7a, #f9aea4, #fba2a3);
}

Golden Vee color palette created on .