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: #e6b54c;
}
.color-2 {
color: #d3a03c;
}
.color-3 {
color: #b68c2f;
}
.color-4 {
color: #9f6d23;
}
.color-5 {
color: #805a19;
}

/* CSS Variables */
:root {
--color-1: #e6b54c;
--color-2: #d3a03c;
--color-3: #b68c2f;
--color-4: #9f6d23;
--color-5: #805a19;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b54c, #d3a03c, #b68c2f, #9f6d23, #805a19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b54c, #d3a03c, #b68c2f, #9f6d23, #805a19);
}

Shades of Yellow color palette created on .