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: #f1e1a7;
}
.color-2 {
color: #e2c78d;
}
.color-3 {
color: #d3b769;
}
.color-4 {
color: #c19c4e;
}
.color-5 {
color: #a77d35;
}

/* CSS Variables */
:root {
--color-1: #f1e1a7;
--color-2: #e2c78d;
--color-3: #d3b769;
--color-4: #c19c4e;
--color-5: #a77d35;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1a7, #e2c78d, #d3b769, #c19c4e, #a77d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1a7, #e2c78d, #d3b769, #c19c4e, #a77d35);
}

Shades of Yellow color palette created on .