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: #50502a;
}
.color-2 {
color: #7f804d;
}
.color-3 {
color: #b3b36b;
}
.color-4 {
color: #ffcc33;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #50502a;
--color-2: #7f804d;
--color-3: #b3b36b;
--color-4: #ffcc33;
--color-5: #ff5833;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50502a, #7f804d, #b3b36b, #ffcc33, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50502a, #7f804d, #b3b36b, #ffcc33, #ff5833);
}

Shades of Yellow color palette created on .