Paleta de colores Golden Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Sunshine

/* CSS */
.color-1 {
color: #ffcb2e;
}
.color-2 {
color: #ffd56b;
}
.color-3 {
color: #ffe7a3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #ffcb2e;
--color-2: #ffd56b;
--color-3: #ffe7a3;
--color-4: #ffb84d;
--color-5: #ff8c00;
}

CSS del degradado de fondo Golden Sunshine

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

Golden Sunshine color palette created on .