Paleta de colores Saturated Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Saturated Yellow palette

Compartir esta paleta en:

Descargar la paleta de colores Saturated Yellow (PNG)

Download saturated yellow color palette PNG image (landscape)
Download saturated yellow color palette PNG image (square)

CSS de la paleta de colores Saturated Yellow

/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #f5e900;
}
.color-4 {
color: #f0d000;
}
.color-5 {
color: #f0b000;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f5c800;
--color-3: #f5e900;
--color-4: #f0d000;
--color-5: #f0b000;
}

CSS del degradado de fondo Saturated Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}

Saturated Yellow color palette created on .