Paleta de colores Golden Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Sunrise

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

CSS de la paleta de colores Golden Sunrise

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffc105;
--color-3: #ffd942;
--color-4: #ff8c00;
--color-5: #ff6e00;
}

CSS del degradado de fondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}

Golden Sunrise color palette created on .