Paleta de colores Shades of Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow

/* CSS */
.color-1 {
color: #f9e780;
}
.color-2 {
color: #f6d560;
}
.color-3 {
color: #f3bc39;
}
.color-4 {
color: #f1a31e;
}
.color-5 {
color: #f08c00;
}

/* CSS Variables */
:root {
--color-1: #f9e780;
--color-2: #f6d560;
--color-3: #f3bc39;
--color-4: #f1a31e;
--color-5: #f08c00;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e780, #f6d560, #f3bc39, #f1a31e, #f08c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e780, #f6d560, #f3bc39, #f1a31e, #f08c00);
}

Shades of Yellow color palette created on .