Paleta de colores Yellow Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

Compartir esta paleta en:

Descargar la paleta de colores Yellow Sunshine (PNG)

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

CSS de la paleta de colores Yellow Sunshine

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a8e600;
}
.color-5 {
color: #00b84d;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffea00;
--color-4: #a8e600;
--color-5: #00b84d;
}

CSS del degradado de fondo Yellow Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffea00, #a8e600, #00b84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffea00, #a8e600, #00b84d);
}

Yellow Sunshine color palette created on .