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: #faa700;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f0e3b7;
}
.color-4 {
color: #d2e8f4;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f5c400;
--color-3: #f0e3b7;
--color-4: #d2e8f4;
--color-5: #a3c7e0;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f5c400, #f0e3b7, #d2e8f4, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f5c400, #f0e3b7, #d2e8f4, #a3c7e0);
}

Shades of Yellow color palette created on .