Paleta de colores Golden Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Sunshine

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

CSS de la paleta de colores Golden Sunshine

/* CSS */
.color-1 {
color: #f5e14d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69900;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #b35900;
}

/* CSS Variables */
:root {
--color-1: #f5e14d;
--color-2: #f0a800;
--color-3: #e69900;
--color-4: #d67900;
--color-5: #b35900;
}

CSS del degradado de fondo Golden Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}

Golden Sunshine color palette created on .