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: #f6d12c;
}
.color-2 {
color: #f3a949;
}
.color-3 {
color: #f1873b;
}
.color-4 {
color: #e45e25;
}
.color-5 {
color: #d83d2c;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f3a949;
--color-3: #f1873b;
--color-4: #e45e25;
--color-5: #d83d2c;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}

Shades of Yellow color palette created on .