Paleta de colores Golden Sunshine Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunshine Symphony palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Sunshine Symphony

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e4b007;
}
.color-4 {
color: #d69d00;
}
.color-5 {
color: #c78b00;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f1c40e;
--color-3: #e4b007;
--color-4: #d69d00;
--color-5: #c78b00;
}

CSS del degradado de fondo Golden Sunshine Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f1c40e, #e4b007, #d69d00, #c78b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f1c40e, #e4b007, #d69d00, #c78b00);
}

Golden Sunshine Symphony color palette created on .