Paleta de colores Sunshine Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Yellow palette

Compartir esta paleta en:

Descargar la paleta de colores Sunshine Yellow (PNG)

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

CSS de la paleta de colores Sunshine Yellow

/* CSS */
.color-1 {
color: #fbae13;
}
.color-2 {
color: #f6c13c;
}
.color-3 {
color: #f1d965;
}
.color-4 {
color: #e5d138;
}
.color-5 {
color: #d2b42d;
}

/* CSS Variables */
:root {
--color-1: #fbae13;
--color-2: #f6c13c;
--color-3: #f1d965;
--color-4: #e5d138;
--color-5: #d2b42d;
}

CSS del degradado de fondo Sunshine Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbae13, #f6c13c, #f1d965, #e5d138, #d2b42d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbae13, #f6c13c, #f1d965, #e5d138, #d2b42d);
}

Sunshine Yellow color palette created on .