Paleta de colores Yellow Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Yellow Sunset

Download yellow sunset color palette PNG image (landscape)
Download yellow sunset color palette PNG image (square)

CSS de la paleta de colores Yellow Sunset

/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #a8695d;
}
.color-3 {
color: #d1c12e;
}
.color-4 {
color: #f5e29e;
}
.color-5 {
color: #e6b84c;
}

/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #a8695d;
--color-3: #d1c12e;
--color-4: #f5e29e;
--color-5: #e6b84c;
}

CSS del degradado de fondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #a8695d, #d1c12e, #f5e29e, #e6b84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #a8695d, #d1c12e, #f5e29e, #e6b84c);
}

Yellow Sunset color palette created on .