Paleta de colores Yellow Vincent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Vincent palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Vincent

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffef8a;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffcc00;
--color-3: #ffd942;
--color-4: #ffef8a;
--color-5: #ffffff;
}

CSS del degradado de fondo Yellow Vincent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffcc00, #ffd942, #ffef8a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffcc00, #ffd942, #ffef8a, #ffffff);
}

Yellow Vincent color palette created on .