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: #f2d58c;
}
.color-2 {
color: #d0b76d;
}
.color-3 {
color: #b58c4a;
}
.color-4 {
color: #846a3e;
}
.color-5 {
color: #4c4a39;
}

/* CSS Variables */
:root {
--color-1: #f2d58c;
--color-2: #d0b76d;
--color-3: #b58c4a;
--color-4: #846a3e;
--color-5: #4c4a39;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d58c, #d0b76d, #b58c4a, #846a3e, #4c4a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d58c, #d0b76d, #b58c4a, #846a3e, #4c4a39);
}

Shades of Yellow color palette created on .