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: #f1e4a7;
}
.color-2 {
color: #e3b95f;
}
.color-3 {
color: #d79128;
}
.color-4 {
color: #bf582b;
}
.color-5 {
color: #9f3a2d;
}

/* CSS Variables */
:root {
--color-1: #f1e4a7;
--color-2: #e3b95f;
--color-3: #d79128;
--color-4: #bf582b;
--color-5: #9f3a2d;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e4a7, #e3b95f, #d79128, #bf582b, #9f3a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e4a7, #e3b95f, #d79128, #bf582b, #9f3a2d);
}

Shades of Yellow color palette created on .